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

Latest MPlayer patching critically broken #24

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Download mplayer svn 26678 or newer
2. Attempt to patch
3. See that loader/Makefile patch fails since loader/Makefile is moved into
root Makefile.

I attempted to hand patch but it still resulted in:

elfdll.c:(.text+0xc5): undefined reference to `TRACE'

Original issue reported on code.google.com by brandon....@gmail.com on 7 May 2008 at 2:20

GoogleCodeExporter commented 8 years ago
As a quick fix, add #include "debug.h" at the beginning of elfdll.c.

Original comment by keim...@gmail.com on 7 May 2008 at 11:18

GoogleCodeExporter commented 8 years ago
Resolved in r36

Original comment by alannis...@gmail.com on 7 May 2008 at 2:26