[FFmpeg-cvslog] r13007 - trunk/configure
astrange
subversion
Sun Apr 27 18:12:24 CEST 2008
Author: astrange
Date: Sun Apr 27 18:12:24 2008
New Revision: 13007
Log:
Use check_cflags for -mdynamic-no-pic so third-party compilers will work on Darwin.
Modified:
trunk/configure
Modified: trunk/configure
==============================================================================
--- trunk/configure (original)
+++ trunk/configure Sun Apr 27 18:12:24 2008
@@ -1358,7 +1358,7 @@ if test $target_os = darwin; then
add_cflags "-pipe"
check_cflags "-force_cpusubtype_ALL"
check_cflags "-Wno-sign-compare"
- enabled shared || add_cflags -mdynamic-no-pic
+ enabled shared || check_cflags -mdynamic-no-pic
fi
fi
More information about the ffmpeg-cvslog
mailing list