From 5b2ce5274fef8e22283d5a766a54e72d393a25b3 Mon Sep 17 00:00:00 2001 From: diego Date: Wed, 5 Oct 2005 19:39:31 +0000 Subject: [PATCH] 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 --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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