[MPlayer-cvslog] r31651 - trunk/configure
cehoyos
subversion at mplayerhq.hu
Fri Jul 9 15:08:27 CEST 2010
Author: cehoyos
Date: Fri Jul 9 15:08:27 2010
New Revision: 31651
Log:
Fix compilation with --disable-mencoder.
Modified:
trunk/configure
Modified: trunk/configure
==============================================================================
--- trunk/configure Fri Jul 9 15:08:00 2010 (r31650)
+++ trunk/configure Fri Jul 9 15:08:27 2010 (r31651)
@@ -7517,7 +7517,7 @@ fi
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; }
More information about the MPlayer-cvslog
mailing list