[Mplayer-cvslog] CVS: main configure,1.686,1.687
Alex Beregszaszi
alex at mplayerhq.hu
Sat Mar 22 20:15:47 CET 2003
Update of /cvsroot/mplayer/main
In directory mail:/var/tmp.root/cvs-serv15376
Modified Files:
configure
Log Message:
enable dvbin with dvbhead or old-dvb support, bug noticed by nsabbi at libero.it>
Index: configure
===================================================================
RCS file: /cvsroot/mplayer/main/configure,v
retrieving revision 1.686
retrieving revision 1.687
diff -u -r1.686 -r1.687
--- configure 21 Mar 2003 18:21:00 -0000 1.686
+++ configure 22 Mar 2003 19:15:23 -0000 1.687
@@ -2941,6 +2941,11 @@
_vomodules="mpegpes(file) $_vomodules"
fi
+if test "$_dvb" = yes || test "$_dvbhead" = yes ; then
+ _dvbin=yes
+else
+ _dvbin=no
+fi
echocheck "PNG support"
if test "$_png" = auto ; then
@@ -5005,7 +5010,7 @@
STREAMING = $_streaming
STREAMING_LIVE_DOT_COM = $_live
STREAMING_LIB = $_ld_streaming $_ld_live
-DVBIN = $_dvb
+DVBIN = $_dvbin
VIDIX = $_vidix
SHARED_PP = $_shared_pp
CONFIG_PP = yes
More information about the MPlayer-cvslog
mailing list