chenyunecjtu / coreavc-for-linux

Automatically exported from code.google.com/p/coreavc-for-linux
GNU General Public License v2.0
0 stars 1 forks source link

Patching Error with MPlayer 1.0RC1 + CCDB patch #4

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Follow the installation orders
2. after patch I get errors

What is the expected output? What do you see instead?
expected output would be 0 failed hunks when patching. but I get

patching file loader/Makefile
Hunk #1 FAILED at 29.
Hunk #2 FAILED at 37.
2 out of 2 hunks FAILED -- saving rejects to file loader/Makefile.rej

What version of the product are you using? On what operating system?
I'm using latest Mplayer 1.0RC1 + patch for cddb

Original issue reported on code.google.com by ristoav...@gmail.com on 31 Jul 2007 at 7:30

GoogleCodeExporter commented 8 years ago
I'm sorry, but I can't really support building the patch on multiple versions of
mplayer.  Only SVN is supported.  however (a) I assume you did a '.configure' 
before
applying the patch?  and (b) you may not need the Makefile patch to apply
successfully (it depends on how old 1.0RC1 is)  you could try just doing a make 
and
see what happens.  If it doesn't work, your only option will be to download the 
SVN
copy (or a very recent snapshot)

If it does compile, you won't get the registercodec binary though.  You should 
be
able to compile it by hand via:
cd loader && gcc -I. -I.. -o registercodec modify_reg.c
If not, just download the precompiled binary and use that.

Original comment by alannis...@gmail.com on 31 Jul 2007 at 2:55