0
0
mirror of https://github.com/mpv-player/mpv.git synced 2024-09-20 12:02:23 +02:00

Use correct header in libamr narrowband test.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27271 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2008-07-13 11:49:57 +00:00
parent 422c92e314
commit 72fa0a8931

2
configure vendored
View File

@ -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