From 7c1ef6030d35f96ba796e079f16ec80a05c4248b Mon Sep 17 00:00:00 2001 From: diego Date: Sat, 16 Nov 2002 14:48:13 +0000 Subject: 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 --- configure | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'configure') 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" -- cgit v1.2.3