[FFmpeg-cvslog] r12425 - trunk/configure

superdump subversion
Thu Mar 13 00:15:58 CET 2008


Author: superdump
Date: Thu Mar 13 00:15:57 2008
New Revision: 12425

Log:
Fix configure to properly build without PIC by default on Darwin

Patch by Alexander Strange (astrange ithinksw com)


Modified:
   trunk/configure

Modified: trunk/configure
==============================================================================
--- trunk/configure	(original)
+++ trunk/configure	Thu Mar 13 00:15:57 2008
@@ -1374,7 +1374,7 @@ if test $targetos = darwin; then
         add_cflags "-pipe"
         check_cflags "-force_cpusubtype_ALL"
         check_cflags "-Wno-sign-compare"
-        disabled shared && add_cflags -mdynamic-no-pic
+        enabled shared || add_cflags -mdynamic-no-pic
     fi
 fi
 




More information about the ffmpeg-cvslog mailing list