[Ffmpeg-cvslog] r7026 - trunk/configure

mru subversion
Tue Nov 14 01:42:32 CET 2006


Author: mru
Date: Tue Nov 14 01:42:31 2006
New Revision: 7026

Modified:
   trunk/configure

Log:
fix HAVE_LRINTF setting


Modified: trunk/configure
==============================================================================
--- trunk/configure	(original)
+++ trunk/configure	Tue Nov 14 01:42:31 2006
@@ -1422,7 +1422,7 @@
 
 
 # test for lrintf in math.h
-check_exec <<EOF && have_lrintf=yes || have_lrintf=no
+check_exec <<EOF && lrintf=yes || lrintf=no
 #define _ISOC9X_SOURCE  1
 #include <math.h>
 int main( void ) { return (lrintf(3.999f) > 0)?0:1; }




More information about the ffmpeg-cvslog mailing list