changeset 27239:999b3eb48e78

Use correct header in libamr narrowband test.
author diego
date Sun, 13 Jul 2008 11:49:57 +0000
parents 7aa646bb7589
children c47f55847247
files configure
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
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