[FFmpeg-cvslog] r10620 - trunk/configure
mru
subversion
Sat Sep 29 22:25:07 CEST 2007
Author: mru
Date: Sat Sep 29 22:25:06 2007
New Revision: 10620
Log:
fix -lm check
Modified:
trunk/configure
Modified: trunk/configure
==============================================================================
--- trunk/configure (original)
+++ trunk/configure Sat Sep 29 22:25:06 2007
@@ -1217,8 +1217,6 @@ esac
add_extralibs $osextralibs
-check_ldflags -lm
-
if ! disabled logging ; then
enabled logging || logfile="$logging"
echo "# $0 $@" >$logfile
@@ -1547,6 +1545,8 @@ for thread in $THREADS_LIST; do
fi
done
+check_lib math.h sin -lm
+
# test for lrintf in math.h
check_exec <<EOF && enable lrintf || disable lrintf
#define _ISOC9X_SOURCE 1
More information about the ffmpeg-cvslog
mailing list