Mercurial > mplayer.hg
diff configure @ 27239:999b3eb48e78
Use correct header in libamr narrowband test.
author | diego |
---|---|
date | Sun, 13 Jul 2008 11:49:57 +0000 |
parents | 9cbd4395dfca |
children | c47f55847247 |
line wrap: on
line diff
--- a/configure Sat Jul 12 10:08:40 2008 +0000 +++ b/configure Sun Jul 13 11:49:57 2008 +0000 @@ -6484,7 +6484,7 @@ if test "$_libamr_nb" = auto ; then _libamr_nb=no cat > $TMPC << EOF -#include <amrnb/interf_dec.h> +#include <amrnb/sp_dec.h> int main(void) { Speech_Decode_Frame_init(); return 0; } EOF cc_check -lamrnb && _libamr_nb=yes