changeset 34914:0fd8191aa8e4

Fix compilation with latest FFmpeg. Patch by The Wanderer, wanderer fastmail fm
author cehoyos
date Thu, 28 Jun 2012 15:02:57 +0000
parents 69fe59abe044
children 7705c3316c30
files configure
diffstat 1 files changed, 3 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/configure	Sun Jun 24 12:17:56 2012 +0000
+++ b/configure	Thu Jun 28 15:02:57 2012 +0000
@@ -3131,7 +3131,7 @@
 echores "$_kstat"
 
 
-for func in cbrtf exp2 exp2f llrint llrintf log2 log2f lrint lrintf round roundf trunc truncf; do
+for func in cbrtf exp2 exp2f llrint llrintf log2 log2f lrint lrintf round roundf trunc truncf isnan isinf; do
 echocheck $func
 eval _$func=no
 statement_check math.h "${func}(2.0)" -D_ISOC99_SOURCE && eval _$func=yes
@@ -8707,6 +8707,8 @@
 $def_gnu_as
 $def_hardcoded_tables
 $def_ibm_asm
+$def_isinf
+$def_isnan
 $def_libavcodec_mpegaudio_hp
 $def_llrint
 $def_llrintf