1
mirror of https://github.com/mpv-player/mpv synced 2024-09-09 01:16:56 +02:00

faac vs _faac typo fix by Giacomo Comes < comes -- at -- naic -- dot -- edu >

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16681 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2005-10-05 19:39:31 +00:00
parent 6880f9a572
commit 5b2ce5274f

2
configure vendored
View File

@ -5431,7 +5431,7 @@ int main(void) { unsigned long x, y; faacEncOpen(48000, 2, &x, &y); return 0; }
EOF
_faac=no
for _ld_tmp in "-lfaac" "-lfaac -lmp4v2 -lstdc++" ; do
cc_check -c -O4 $_ld_tmp $_ld_lm && _ld_faac="$_ld_tmp" && faac=yes && break
cc_check -c -O4 $_ld_tmp $_ld_lm && _ld_faac="$_ld_tmp" && _faac=yes && break
done
fi
if test "$_faac" = yes ; then