[FFmpeg-devel] [PATCH] fix darwin EBX check in configure

Alexander Strange astrange
Sun Aug 9 09:35:51 CEST 2009


check_as uses ASFLAGS instead of CFLAGS, and -mdynamic-no-pic (which  
makes EBX available) is only in CFLAGS, so the test fails.
This adds it to ASFLAGS too. Of course, on darwin ASFLAGS isn't even  
used for anything except check_as, but other fixes seemed like they  
might break something else.

Note that -mdynamic-no-pic works fine with shared libraries with a  
recent linker, but prints 6500+ warnings about textrels.

-------------- next part --------------
A non-text attachment was scrubbed...
Name: dynamic_no_pic.diff
Type: text/x-diff
Size: 678 bytes
Desc: not available
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20090809/1060224d/attachment.diff>
-------------- next part --------------




More information about the ffmpeg-devel mailing list