mirror of
https://github.com/mpv-player/mpv
synced 2025-01-03 05:22:23 +00:00
fixed faad detection. without this it detects my older version of the library witch isn't compatible with current ad_faad.c
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7163 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
baab7aa3fd
commit
76513aa134
2
configure
vendored
2
configure
vendored
@ -3339,7 +3339,7 @@ if test "$_faad" = auto ; then
|
||||
_faad=no
|
||||
cat > $TMPC << EOF
|
||||
#include <faad.h>
|
||||
int main(void) { faacDecHandle testhand; testhand = faacDecOpen(); return 0; }
|
||||
int main(void) { faacDecHandle testhand; faacDecFrameInfo testinfo; testhand = faacDecOpen(); return 0; }
|
||||
EOF
|
||||
cc_check -lfaad -lm && _faad=yes
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user