summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-10-05 19:39:31 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-10-05 19:39:31 +0000
commit5b2ce5274fef8e22283d5a766a54e72d393a25b3 (patch)
treeafd79d6667c032d5a02e8783749ec4b9b49b62ca /configure
parent6880f9a572e0cbb8a7f8a987c8d6fc4b698d3393 (diff)
downloadmpv-5b2ce5274fef8e22283d5a766a54e72d393a25b3.tar.bz2
mpv-5b2ce5274fef8e22283d5a766a54e72d393a25b3.tar.xz
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
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 2f87deb76b..5ebf14d258 100755
--- a/configure
+++ b/configure
@@ -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