diff configure @ 31585:9ed1627a3707

Fix compilation with --disable-mencoder.
author cehoyos
date Fri, 09 Jul 2010 13:08:27 +0000
parents cacadbc0384e
children b4a96ea85a71
line wrap: on
line diff
--- a/configure	Fri Jul 09 13:08:00 2010 +0000
+++ b/configure	Fri Jul 09 13:08:27 2010 +0000
@@ -7517,7 +7517,7 @@
 echores "$_xvid"
 
 echocheck "Xvid two pass plugin"
-if test "$_xvid" = yes && test "$_xvid_lavc" = auto ; then
+if test "$_mencoder" = yes && test "$_xvid" = yes && test "$_xvid_lavc" = auto ; then
   cat > $TMPC << EOF
 #include <xvid.h>
 int main(void) { xvid_plugin_2pass2_t s; s.vbv_size=0; return 0; }