[MPlayer-dev-eng] [PATCH] streaming called network in configure
Diego Biurrun
diego at biurrun.de
Wed Nov 13 01:19:41 CET 2002
Hi!
I just stumbled over the fact that streaming is disabled with
--disable-streaming in configure but in the list of enabled/disabled
options it is called "network" ...
Here's a small patch that removes this confusing inconsistency.
Diego
--- configure 12 Nov 2002 01:56:21 -0000 1.603
+++ configure 13 Nov 2002 01:22:47 -0000
@@ -4196,9 +4196,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-dev-eng
mailing list