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

Fail on patching #114

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. patch -p0 < <path to coreavc-for-linux>/mplayer/dshowserver.patch

What is the expected output? What do you see instead?
Hunk #1 succeeded at 41 (offset -2 lines).
Hunk #2 succeeded at 73 with fuzz 2 (offset -1 lines).
patching file Makefile
Hunk #1 succeeded at 20 with fuzz 2.
Hunk #2 FAILED at 530.
Hunk #3 FAILED at 909.
2 out of 3 hunks FAILED -- saving rejects to file Makefile.rej
The next patch would create the file libmpcodecs/vd_dshowserver.c

What version of the product are you using? On what operating system?
MPlayer svn r34540 (Ubuntu), built with gcc-4.7
CoreAVC H.264 Video Decoder Professional Edition 3.0.1
OS: Xubuntu 13.10

Please provide any additional information below.
I've followed this steps: 
https://code.google.com/p/coreavc-for-linux/wiki/MplayerInstallation

No problem until step 3. After the errors above I tried to run "make" and "make 
install" commands, but the output is: "Makefile:22: config.mak: File o 
directory non esistente"

Original issue reported on code.google.com by f.te...@gmail.com on 15 Dec 2013 at 10:34