[MPlayer-cvslog] r27271 - trunk/configure
diego
subversion at mplayerhq.hu
Sun Jul 13 13:49:57 CEST 2008
Author: diego
Date: Sun Jul 13 13:49:57 2008
New Revision: 27271
Log:
Use correct header in libamr narrowband test.
Modified:
trunk/configure
Modified: trunk/configure
==============================================================================
--- trunk/configure (original)
+++ trunk/configure Sun Jul 13 13:49:57 2008
@@ -6484,7 +6484,7 @@ echocheck "libamr narrowband"
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
More information about the MPlayer-cvslog
mailing list