[MPlayer-cvslog] r23717 - trunk/configure

diego subversion at mplayerhq.hu
Wed Jul 4 10:49:47 CEST 2007


Author: diego
Date: Wed Jul  4 10:49:47 2007
New Revision: 23717

Log:
Remove LIBXVID_ENCODER from the list of libavcodec encoders if the test fails.


Modified:
   trunk/configure

Modified: trunk/configure
==============================================================================
--- trunk/configure	(original)
+++ trunk/configure	Wed Jul  4 10:49:47 2007
@@ -6372,6 +6372,7 @@ EOF
   else
     _lavc_xvid=no
     _def_lavc_xvid='#undef CONFIG_LIBXVID'
+    _libavencoders=`echo $_libavencoders | sed -e s/LIBXVID_ENCODER// `
   fi
   echores "$_lavc_xvid"
 fi



More information about the MPlayer-cvslog mailing list