[Ffmpeg-cvslog] CVS: ffmpeg configure,1.214,1.215

Diego Biurrun CVS diego
Sat Oct 22 21:17:41 CEST 2005


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

Modified Files:
	configure 
Log Message:
Fix lrintf detection when extra libs are not installed in a standard location.
patch by Patrice Bensoussan patrice = dot = bensoussan = at = gmail = dot = com


Index: configure
===================================================================
RCS file: /cvsroot/ffmpeg/ffmpeg/configure,v
retrieving revision 1.214
retrieving revision 1.215
diff -u -d -r1.214 -r1.215
--- configure	22 Oct 2005 19:10:14 -0000	1.214
+++ configure	22 Oct 2005 19:17:39 -0000	1.215
@@ -985,7 +985,7 @@
 EOF
 
 have_lrintf="no"
-if $cc $extralibs -o $TMPE $TMPC 2> /dev/null ; then
+if $cc $CFLAGS $LDFLAGS $extralibs -o $TMPE $TMPC 2> /dev/null ; then
   have_lrintf="yes"
   # allanc at chickenandporn.com: cannot execute cross-compiled
   # code on the host.  Only execute if not cross-compiling.





More information about the ffmpeg-cvslog mailing list