[MPlayer-cvslog] r22091 - trunk/configure
lorenm
subversion at mplayerhq.hu
Wed Jan 31 10:25:05 CET 2007
Author: lorenm
Date: Wed Jan 31 10:25:05 2007
New Revision: 22091
Modified:
trunk/configure
Log:
libfaac detection skipped linking, and thus only checked for headers and not libs
Modified: trunk/configure
==============================================================================
--- trunk/configure (original)
+++ trunk/configure Wed Jan 31 10:25:05 2007
@@ -5863,7 +5863,7 @@
EOF
_faac=no
for _ld_faac in "-lfaac" "-lfaac -lmp4v2 -lstdc++" ; do
- cc_check -c -O4 $_ld_tmp $_ld_lm && _libs_mencoder="$_libs_mencoder $_ld_faac" && _faac=yes && break
+ cc_check -O4 $_ld_tmp $_ld_lm && _libs_mencoder="$_libs_mencoder $_ld_faac" && _faac=yes && break
done
fi
if test "$_faac" = yes ; then
More information about the MPlayer-cvslog
mailing list