Mercurial > mplayer.hg
changeset 29375:715638877801
Fix compilation after FFmpeg r19395.
author | cehoyos |
---|---|
date | Sat, 11 Jul 2009 09:41:44 +0000 |
parents | d54b8d82ac3c |
children | 694a72d4e1f1 |
files | configure |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/configure Thu Jul 09 13:28:56 2009 +0000 +++ b/configure Sat Jul 11 09:41:44 2009 +0000 @@ -2930,7 +2930,7 @@ fi echores "$_posix4" -for func in llrint lrint lrintf round roundf truncf; do +for func in llrint log2 lrint lrintf round roundf truncf; do echocheck $func cat > $TMPC << EOF #include <math.h> @@ -8526,6 +8526,7 @@ $def_glob $def_langinfo $def_llrint +$def_log2 $def_lrint $def_lrintf $def_map_memalign