[Ffmpeg-cvslog] r5703 - trunk/configure

diego subversion
Mon Jul 10 03:15:29 CEST 2006


Author: diego
Date: Mon Jul 10 03:15:29 2006
New Revision: 5703

Modified:
   trunk/configure

Log:
MinGW should set FFLDFLAGS and not LDFLAGS so that the LDFLAGS env var works.


Modified: trunk/configure
==============================================================================
--- trunk/configure	(original)
+++ trunk/configure	Mon Jul 10 03:15:29 2006
@@ -868,7 +868,8 @@
     if test "$mingwce" = "yes"; then
         protocols="no"
     fi
-    LDFLAGS=-Wl,--output-def,$(@:.dll=.def),--out-implib,lib$(SLIBNAME:$(SLIBSUF)=.dll.a)
+    #FIXME: This ignores --extra-ldflags.
+    FFLDFLAGS=-Wl,--output-def,$(@:.dll=.def),--out-implib,lib$(SLIBNAME:$(SLIBSUF)=.dll.a)
     SLIBPREF=""
     SLIBSUF=".dll"
     EXESUF=".exe"




More information about the ffmpeg-cvslog mailing list