# HG changeset patch # User cehoyos # Date 1278680907 0 # Node ID 9ed1627a370713759573a57c068577edda0c4cf4 # Parent cacadbc0384ef105f870fe3cf770353aef316ce6 Fix compilation with --disable-mencoder. diff -r cacadbc0384e -r 9ed1627a3707 configure --- 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 int main(void) { xvid_plugin_2pass2_t s; s.vbv_size=0; return 0; }