[MPlayer-dev-eng] [PATCH] fix asm deps
Dirk Mueller
dmuell at gmx.net
Wed Mar 17 03:18:59 CET 2004
Hi,
mplayer doesn't compile with slightly better optimizing compilers. that is
because certain functions, variables or constants are marked as static and
nowhere referenced, so the code is never emitted. However, there are asm
sections that do reference those, so you end up with undefined references.
Below is one out of many patches to fix the issue. Is this something that
could go into CVS ?
Dirk
-------------- next part --------------
A non-text attachment was scrubbed...
Name: fix_asm_constraints.diff
Type: text/x-diff
Size: 3502 bytes
Desc: not available
URL: <http://lists.mplayerhq.hu/pipermail/mplayer-dev-eng/attachments/20040317/b5a6d741/attachment.diff>
More information about the MPlayer-dev-eng
mailing list