Mercurial > mplayer.hg
diff configure @ 28270:aba9a3186ce9
Sync with latest FFmpeg changes: Check for the availability of truncf().
author | diego |
---|---|
date | Sun, 11 Jan 2009 22:53:08 +0000 |
parents | 0c1fef4e281a |
children | b4aab50f493f |
line wrap: on
line diff
--- a/configure Sun Jan 11 19:48:51 2009 +0000 +++ b/configure Sun Jan 11 22:53:08 2009 +0000 @@ -2827,7 +2827,7 @@ fi echores "$_posix4" -for func in llrint lrint lrintf round roundf; do +for func in llrint lrint lrintf round roundf truncf; do echocheck $func cat > $TMPC << EOF #include <math.h> @@ -8292,6 +8292,7 @@ $_def_sysi86_iv $_def_termcap $_def_termios +$_def_truncf $_def_vsscanf