mirror of
https://github.com/mpv-player/mpv
synced 2025-04-01 00:07:33 +00: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:
parent
422c92e314
commit
72fa0a8931
2
configure
vendored
2
configure
vendored
@ -6484,7 +6484,7 @@ echocheck "libamr narrowband"
|
|||||||
if test "$_libamr_nb" = auto ; then
|
if test "$_libamr_nb" = auto ; then
|
||||||
_libamr_nb=no
|
_libamr_nb=no
|
||||||
cat > $TMPC << EOF
|
cat > $TMPC << EOF
|
||||||
#include <amrnb/interf_dec.h>
|
#include <amrnb/sp_dec.h>
|
||||||
int main(void) { Speech_Decode_Frame_init(); return 0; }
|
int main(void) { Speech_Decode_Frame_init(); return 0; }
|
||||||
EOF
|
EOF
|
||||||
cc_check -lamrnb && _libamr_nb=yes
|
cc_check -lamrnb && _libamr_nb=yes
|
||||||
|
Loading…
Reference in New Issue
Block a user