mirror of https://github.com/mpv-player/mpv
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:
parent
6880f9a572
commit
5b2ce5274f
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue