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

The dshowserver patch no longer works #85

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
It seems the dshowserver patch no longer works with the newest mplayer -
I've tried it for a few weeks now with the svn versions and it always
results in patching errors - now it gives me the following:

patching file libmpcodecs/vd.c
Hunk #1 succeeded at 25 (offset -4 lines).
Hunk #2 succeeded at 57 (offset -5 lines).
patching file Makefile
Hunk #2 FAILED at 224.
1 out of 2 hunks FAILED -- saving rejects to file Makefile.rej
patching file libmpcodecs/vd_dshowserver.c
==> ERROR: Falló la compilación.

Original issue reported on code.google.com by itb...@gmail.com on 25 Apr 2009 at 9:52

GoogleCodeExporter commented 8 years ago
Yup same here.  Totally broken.

Original comment by hardware...@gmail.com on 2 May 2009 at 2:13

GoogleCodeExporter commented 8 years ago
same here.

patching file libmpcodecs/vd.c
Hunk #1 succeeded at 25 (offset -4 lines).
Hunk #2 succeeded at 57 (offset -5 lines).
patching file Makefile
Hunk #2 FAILED at 224.
1 out of 2 hunks FAILED -- saving rejects to file Makefile.rej
patching file libmpcodecs/vd_dshowserver.c

Original comment by kimys6...@gmail.com on 2 May 2009 at 9:19

Attachments:

GoogleCodeExporter commented 8 years ago
The patchfile does not work anymore, because a few changes have been made to the
Makefile.

Simply delete the Makefile parts from the patchfile and apply them to the 
makefile
yourself (it is pretty much straightforward).
Then everything patches and compiles just fine :)

Original comment by n.eckers...@gmail.com on 3 May 2009 at 4:38

GoogleCodeExporter commented 8 years ago
Once i figure out how to use diff, i'll post the edited patchfile

Original comment by n.eckers...@gmail.com on 3 May 2009 at 4:39

GoogleCodeExporter commented 8 years ago
I modified the patch, it woks for me.

Original comment by soul...@gmail.com on 4 May 2009 at 7:34

Attachments:

GoogleCodeExporter commented 8 years ago
The modified patch works fine here, thanks!

Original comment by itb...@gmail.com on 4 May 2009 at 9:41

GoogleCodeExporter commented 8 years ago
New patches are now available in R84.  Should work with all recent mplayer

Original comment by alannis...@gmail.com on 3 Jan 2010 at 12:07