Mercurial > mplayer.hg
comparison configure @ 34921:5b41670efbe8
Fix compilation with latest FFmpeg.
author | cehoyos |
---|---|
date | Thu, 12 Jul 2012 12:37:21 +0000 |
parents | 2ca0d6df88c3 |
children | 20deec25c559 |
comparison
equal
deleted
inserted
replaced
34920:1431b26d1427 | 34921:5b41670efbe8 |
---|---|
3129 def_kstat="#undef HAVE_LIBKSTAT" | 3129 def_kstat="#undef HAVE_LIBKSTAT" |
3130 fi | 3130 fi |
3131 echores "$_kstat" | 3131 echores "$_kstat" |
3132 | 3132 |
3133 | 3133 |
3134 for func in cbrtf exp2 exp2f llrint llrintf log2 log2f lrint lrintf round roundf trunc truncf isnan isinf; do | 3134 for func in cbrtf exp2 exp2f llrint llrintf log2 log2f lrint lrintf rint round roundf trunc truncf isnan isinf; do |
3135 echocheck $func | 3135 echocheck $func |
3136 eval _$func=no | 3136 eval _$func=no |
3137 statement_check math.h "${func}(2.0)" -D_ISOC99_SOURCE && eval _$func=yes | 3137 statement_check math.h "${func}(2.0)" -D_ISOC99_SOURCE && eval _$func=yes |
3138 if eval test "x\$_$func" = "xyes"; then | 3138 if eval test "x\$_$func" = "xyes"; then |
3139 eval def_$func="\"#define HAVE_$(echo $func | tr '[a-z]' '[A-Z]') 1\"" | 3139 eval def_$func="\"#define HAVE_$(echo $func | tr '[a-z]' '[A-Z]') 1\"" |
8725 $def_os2threads | 8725 $def_os2threads |
8726 $def_pic | 8726 $def_pic |
8727 $def_poll_h | 8727 $def_poll_h |
8728 $def_posix_memalign | 8728 $def_posix_memalign |
8729 $def_pthreads | 8729 $def_pthreads |
8730 $def_rint | |
8730 $def_round | 8731 $def_round |
8731 $def_roundf | 8732 $def_roundf |
8732 $def_threads | 8733 $def_threads |
8733 $def_trunc | 8734 $def_trunc |
8734 $def_truncf | 8735 $def_truncf |