[Ffmpeg-cvslog] CVS: ffmpeg configure,1.189,1.190

Michael Niedermayer CVS michael
Mon Jul 11 02:15:39 CEST 2005


Update of /cvsroot/ffmpeg/ffmpeg
In directory mail:/var2/tmp/cvs-serv32518

Modified Files:
	configure 
Log Message:
compiling using nonstd include/library locations / add LDFLAGS to a few places patch by (Niki W. Waibel - nikiwaibel)


Index: configure
===================================================================
RCS file: /cvsroot/ffmpeg/ffmpeg/configure,v
retrieving revision 1.189
retrieving revision 1.190
diff -u -d -r1.189 -r1.190
--- configure	28 Jun 2005 22:46:35 -0000	1.189
+++ configure	11 Jul 2005 00:15:36 -0000	1.190
@@ -1020,7 +1020,7 @@
 EOF
 
 imlib2=no
-if $cc -o $TMPE $TMPC -lImlib2 -lm > /dev/null 2>&1  ; then
+if $cc $CFLAGS $LDFLAGS -o $TMPE $TMPC -lImlib2 -lm > /dev/null 2>&1  ; then
 imlib2=yes
 fi
 





More information about the ffmpeg-cvslog mailing list