# HG changeset patch # User diego # Date 1183538987 0 # Node ID 528616078af2c38b22dc552e15c2bdcb5474ee98 # Parent 226cbc96133d2ee91223d3b1faf4190a92169fc2 Remove LIBXVID_ENCODER from the list of libavcodec encoders if the test fails. Hopefully fixes Bugzilla #757. diff -r 226cbc96133d -r 528616078af2 configure --- 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