changeset 23697:528616078af2

Remove LIBXVID_ENCODER from the list of libavcodec encoders if the test fails. Hopefully fixes Bugzilla #757.
author diego
date Wed, 04 Jul 2007 08:49:47 +0000
parents 226cbc96133d
children 3a2b190d5936
files configure
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/configure	Wed Jul 04 08:33:40 2007 +0000
+++ b/configure	Wed Jul 04 08:49:47 2007 +0000
@@ -6372,6 +6372,7 @@
   else
     _lavc_xvid=no
     _def_lavc_xvid='#undef CONFIG_LIBXVID'
+    _libavencoders=`echo $_libavencoders | sed -e s/LIBXVID_ENCODER// `
   fi
   echores "$_lavc_xvid"
 fi