Mercurial > mplayer.hg
changeset 8214:5ddafb0cc18e
Consistently name the streaming option streaming instead of mixing network
and streaming.
author | diego |
---|---|
date | Sat, 16 Nov 2002 14:48:13 +0000 |
parents | 9d3e1476ecd0 |
children | feb6ec3cf5ba |
files | configure |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/configure Sat Nov 16 09:38:23 2002 +0000 +++ b/configure Sat Nov 16 14:48:13 2002 +0000 @@ -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"