comparison configure @ 31585:9ed1627a3707

Fix compilation with --disable-mencoder.
author cehoyos
date Fri, 09 Jul 2010 13:08:27 +0000
parents cacadbc0384e
children b4a96ea85a71
comparison
equal deleted inserted replaced
31584:cacadbc0384e 31585:9ed1627a3707
7515 nocodecmodules="xvid $nocodecmodules" 7515 nocodecmodules="xvid $nocodecmodules"
7516 fi 7516 fi
7517 echores "$_xvid" 7517 echores "$_xvid"
7518 7518
7519 echocheck "Xvid two pass plugin" 7519 echocheck "Xvid two pass plugin"
7520 if test "$_xvid" = yes && test "$_xvid_lavc" = auto ; then 7520 if test "$_mencoder" = yes && test "$_xvid" = yes && test "$_xvid_lavc" = auto ; then
7521 cat > $TMPC << EOF 7521 cat > $TMPC << EOF
7522 #include <xvid.h> 7522 #include <xvid.h>
7523 int main(void) { xvid_plugin_2pass2_t s; s.vbv_size=0; return 0; } 7523 int main(void) { xvid_plugin_2pass2_t s; s.vbv_size=0; return 0; }
7524 EOF 7524 EOF
7525 cc_check && _xvid_lavc=yes 7525 cc_check && _xvid_lavc=yes