Mercurial > mplayer.hg
comparison configure @ 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 | 43a008c4b30f |
children | 59e01995144c |
comparison
equal
deleted
inserted
replaced
8213:9d3e1476ecd0 | 8214:5ddafb0cc18e |
---|---|
4203 echocheck "streaming" | 4203 echocheck "streaming" |
4204 # FIXME streaming check | 4204 # FIXME streaming check |
4205 if test "$_streaming" != no ; then | 4205 if test "$_streaming" != no ; then |
4206 _def_streaming='#define STREAMING 1' | 4206 _def_streaming='#define STREAMING 1' |
4207 _ld_streaming="$_ld_sock" | 4207 _ld_streaming="$_ld_sock" |
4208 _inputmodules="network $_inputmodules" | 4208 _inputmodules="streaming $_inputmodules" |
4209 else | 4209 else |
4210 _noinputmodules="network $_noinputmodules" | 4210 _noinputmodules="streaming $_noinputmodules" |
4211 _def_streaming='#undef STREAMING' | 4211 _def_streaming='#undef STREAMING' |
4212 fi | 4212 fi |
4213 echores "$_streaming" | 4213 echores "$_streaming" |
4214 | 4214 |
4215 # endian testing | 4215 # endian testing |