[FFmpeg-cvslog] r20145 - trunk/configure
mru
subversion
Fri Oct 2 10:41:55 CEST 2009
Author: mru
Date: Fri Oct 2 10:41:54 2009
New Revision: 20145
Log:
Do not use -mdynamic-no-pic if PIC is enabled
Modified:
trunk/configure
Modified: trunk/configure
==============================================================================
--- trunk/configure Fri Oct 2 10:41:52 2009 (r20144)
+++ trunk/configure Fri Oct 2 10:41:54 2009 (r20145)
@@ -1901,7 +1901,7 @@ case $target_os in
FFSERVERLDFLAGS=-Wl,-bind_at_load
objformat="macho"
enabled x86_64 && objformat="macho64"
- enabled shared ||
+ enabled_any pic shared ||
{ check_cflags -mdynamic-no-pic && add_asflags -mdynamic-no-pic; }
;;
mingw32*)
More information about the ffmpeg-cvslog
mailing list