summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-11-16 14:48:13 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2002-11-16 14:48:13 +0000
commit7c1ef6030d35f96ba796e079f16ec80a05c4248b (patch)
tree40103558b5a4369c035f779ee1fbdfaf4ab87619 /configure
parent43959d646a0c08bdfceed52063f736cc381dbfd0 (diff)
downloadmpv-7c1ef6030d35f96ba796e079f16ec80a05c4248b.tar.bz2
mpv-7c1ef6030d35f96ba796e079f16ec80a05c4248b.tar.xz
Consistently name the streaming option streaming instead of mixing network
and streaming. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8215 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index 3dd82e091a..59f955b514 100755
--- a/configure
+++ b/configure
@@ -4205,9 +4205,9 @@ echocheck "streaming"
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"