Mercurial > mplayer.hg
changeset 30249:d383b93fa3f8
Add checks for exp2, exp2 and log2f required by FFmpeg.
author | reimar |
---|---|
date | Tue, 12 Jan 2010 19:41:44 +0000 |
parents | cb820f087ce0 |
children | 8ddf6f92553a |
files | configure |
diffstat | 1 files changed, 4 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/configure Tue Jan 12 19:03:49 2010 +0000 +++ b/configure Tue Jan 12 19:41:44 2010 +0000 @@ -3006,7 +3006,7 @@ fi echores "$_posix4" -for func in llrint log2 lrint lrintf round roundf truncf; do +for func in exp2 exp2f llrint log2 log2f lrint lrintf round roundf truncf; do echocheck $func cat > $TMPC << EOF #include <math.h> @@ -8682,12 +8682,15 @@ /* system functions */ +$def_exp2 +$def_exp2f $def_gethostbyname2 $def_gettimeofday $def_glob $def_langinfo $def_llrint $def_log2 +$def_log2f $def_lrint $def_lrintf $def_map_memalign