[Ffmpeg-cvslog] r7045 - trunk/configure

mru subversion
Tue Nov 14 04:19:19 CET 2006


Author: mru
Date: Tue Nov 14 04:19:19 2006
New Revision: 7045

Modified:
   trunk/configure

Log:
move some CFLAGS settings away from config.* writing section


Modified: trunk/configure
==============================================================================
--- trunk/configure	(original)
+++ trunk/configure	Tue Nov 14 04:19:19 2006
@@ -1680,6 +1680,9 @@
     add_ldflags "-p"
 fi
 
+VHOOKCFLAGS="-fPIC $CFLAGS"
+test "$needmdynamicnopic" = yes && add_cflags -mdynamic-no-pic
+
 # find if .align arg is power-of-two or not
 if test $asmalign_pot = "unknown"; then
     asmalign_pot="no"
@@ -1817,9 +1820,6 @@
     echo "INSTALLSTRIP=" >> config.mak
 fi
 
-VHOOKCFLAGS="-fPIC $CFLAGS"
-test "$needmdynamicnopic" = yes && add_cflags -mdynamic-no-pic
-
 echo "OPTFLAGS=$CFLAGS" >> config.mak
 echo "VHOOKCFLAGS=$VHOOKCFLAGS">>config.mak
 echo "LDFLAGS=$LDFLAGS" >> config.mak




More information about the ffmpeg-cvslog mailing list