[MPlayer-cvslog] r23491 - trunk/configure

cehoyos subversion at mplayerhq.hu
Thu Jun 7 12:50:04 CEST 2007


Author: cehoyos
Date: Thu Jun  7 12:50:04 2007
New Revision: 23491

Log:
Remove 'CONFIG_LIB=1' line from config.mak when not using libfaac.

Modified:
   trunk/configure

Modified: trunk/configure
==============================================================================
--- trunk/configure	(original)
+++ trunk/configure	Thu Jun  7 12:50:04 2007
@@ -5870,7 +5870,7 @@ if test "$_faac" = yes ; then
 else
   _def_faac="#undef HAVE_FAAC"
   _nocodecmodules="faac $_nocodecmodules"
-  _libavencoders=`echo $_libavencoders | sed -e s/FAAC_ENCODER// `
+  _libavencoders=`echo $_libavencoders | sed -e s/LIBFAAC_ENCODER// `
 fi
 echores "$_faac (in libavcodec: $_lavc_faac)"
 



More information about the MPlayer-cvslog mailing list