[MPlayer-dev-eng] [PATCH]Allow faac autodetection
Carl Eugen Hoyos
cehoyos at ag.or.at
Wed Jan 31 11:29:40 CET 2007
Hi!
Attached patch allows faac autodetection in configure.
Carl Eugen
-------------- next part --------------
Index: configure
===================================================================
--- configure (Revision 22091)
+++ configure (Arbeitskopie)
@@ -5863,7 +5863,7 @@
EOF
_faac=no
for _ld_faac in "-lfaac" "-lfaac -lmp4v2 -lstdc++" ; do
- cc_check -O4 $_ld_tmp $_ld_lm && _libs_mencoder="$_libs_mencoder $_ld_faac" && _faac=yes && break
+ cc_check -O4 $_ld_faac $_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-dev-eng
mailing list