[MPlayer-dev-eng] [PATCH] configure does not detect faac

Giacomo Comes comes at naic.edu
Wed Oct 5 21:04:26 CEST 2005


Since few days configure does not find
anymore faac.
Included patch fix it.

Giacomo
-------------- next part --------------
--- configure.ori	2005-10-05 14:54:11.000000000 -0400
+++ configure	2005-10-05 14:54:31.000000000 -0400
@@ -5431,7 +5431,7 @@
 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


More information about the MPlayer-dev-eng mailing list