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

Patch does not apply to mplayer snapshot from today #3

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Checkout SVN
2. Apply patch to mplayer source

What is the expected output? What do you see instead?
Expected: Patch applied successfully. The patch fails on Makefile (Hunks 1
and 2 at 29 and 37 respectively)

What version of the product are you using? On what operating system?
Current SVN (r26)

Please provide any additional information below.
I'd be happy to use a different version of mplayer to get this working. For
what it's worth, the mythtv patch doesn't apply to 0.20-fixes - I suspect
that this is intentional, but it might be helpful to point this out on the
site. If it isn't, then I'll happily file a new report.

Original issue reported on code.google.com by drd...@gmail.com on 29 Jul 2007 at 9:39

GoogleCodeExporter commented 8 years ago
drdaz, did you run configure first before applying the patch?

Original comment by loaf...@gmail.com on 30 Jul 2007 at 8:17

GoogleCodeExporter commented 8 years ago
Running configure 1st IS required.
I did:
svn diff | patch -R -p0 (this cleans the tree back to original svn state)
svn update
./configure
then followed the directions in the wiki, and it worked fine.
I've updated the wiki to mention this.
Thanks loafier for pointing this out.

Original comment by alannis...@gmail.com on 30 Jul 2007 at 1:02