[Mplayer-cvslog] CVS: main configure,1.607,1.608

Diego Biurrun CVS diego at mplayerhq.hu
Sat Nov 16 15:48:34 CET 2002


Update of /cvsroot/mplayer/main
In directory mail:/var/tmp.root/cvs-serv8729

Modified Files:
	configure 
Log Message:
Consistently name the streaming option streaming instead of mixing network
and streaming.


Index: configure
===================================================================
RCS file: /cvsroot/mplayer/main/configure,v
retrieving revision 1.607
retrieving revision 1.608
diff -u -r1.607 -r1.608
--- configure	16 Nov 2002 08:53:24 -0000	1.607
+++ configure	16 Nov 2002 14:48:13 -0000	1.608
@@ -4205,9 +4205,9 @@
 if test "$_streaming" != no ; then
   _def_streaming='#define STREAMING 1'
   _ld_streaming="$_ld_sock"
-  _inputmodules="network $_inputmodules"
+  _inputmodules="streaming $_inputmodules"
 else
-  _noinputmodules="network $_noinputmodules"
+  _noinputmodules="streaming $_noinputmodules"
   _def_streaming='#undef STREAMING'
 fi
 echores "$_streaming"




More information about the MPlayer-cvslog mailing list