[MPlayer-cvslog] r31102 - trunk/configure
diego
subversion at mplayerhq.hu
Tue Apr 27 19:50:51 CEST 2010
Author: diego
Date: Tue Apr 27 19:50:50 2010
New Revision: 31102
Log:
Add llrintf test for FFmpeg.
patch by Michael Kostylev, michael.kostylev gmail com
Modified:
trunk/configure
Modified: trunk/configure
==============================================================================
--- trunk/configure Tue Apr 27 17:17:49 2010 (r31101)
+++ trunk/configure Tue Apr 27 19:50:50 2010 (r31102)
@@ -3041,7 +3041,7 @@ if test "$_posix4" = yes ; then
fi
echores "$_posix4"
-for func in exp2 exp2f llrint log2 log2f lrint lrintf round roundf truncf; do
+for func in exp2 exp2f llrint llrintf log2 log2f lrint lrintf round roundf truncf; do
echocheck $func
cat > $TMPC << EOF
#include <math.h>
@@ -9158,6 +9158,7 @@ $def_fast_unaligned
$def_hardcoded_tables
$def_libavcodec_mpegaudio_hp
$def_llrint
+$def_llrintf
$def_local_aligned_8
$def_local_aligned_16
$def_log2
More information about the MPlayer-cvslog
mailing list