[Mplayer-cvslog] CVS: main configure,1.331,1.332
Arpi of Ize
arpi at mplayer.dev.hu
Sun Dec 23 23:45:24 CET 2001
Update of /cvsroot/mplayer/main
In directory mplayer:/var/tmp.root/cvs-serv11543
Modified Files:
configure
Log Message:
streaming enabled by default
Index: configure
===================================================================
RCS file: /cvsroot/mplayer/main/configure,v
retrieving revision 1.331
retrieving revision 1.332
diff -u -r1.331 -r1.332
--- configure 22 Dec 2001 15:14:10 -0000 1.331
+++ configure 23 Dec 2001 22:45:21 -0000 1.332
@@ -127,6 +127,7 @@
--disable-iconv do not use iconv(3) function [autodetect]
--disable-rtc disable RTC (/dev/rtc) on Linux [autodetect]
--disable-mp1e disable libmp1e support (only if it won't compile) [enable]
+ --disable-streaming disable network streaming support (http/mms/rtp) [ena]
Video:
--enable-gl build with OpenGL render support [autodetect]
@@ -679,7 +680,7 @@
_select=yes
_tv=yes
_tv_v4l=auto
-_streaming=no
+_streaming=auto
_divx4linux=auto
_lirc=auto
_gui=no
@@ -2457,10 +2458,9 @@
echocheck "streaming"
# FIXME streaming check
-if test "$_streaming" = yes ; then
+if test "$_streaming" != no ; then
_def_streaming='#define STREAMING 1'
_inputmodules="network $_inputmodules"
-# FIXME _streamingsrcs='asf_streaming.c network.c url.c http.c'
else
_def_streaming='#undef STREAMING'
fi
More information about the MPlayer-cvslog
mailing list