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
This commit is contained in:
diego 2002-11-16 14:48:13 +00:00
parent 43959d646a
commit 7c1ef6030d
1 changed files with 2 additions and 2 deletions

4
configure vendored
View File

@ -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"