[MPlayer-dev-eng] [PATCH] streaming called network in configure

Bertrand Baudet bertrand_baudet at yahoo.com
Tue Nov 12 19:36:34 CET 2002


Actually, it was not a really good idea from me to call the all thing
streaming. I should have called it network. 

Well if it make more sense to the user, I(or you) can commit it.
But I'm not sure if everybody will understand that streaming is for network!

Bertrand

On Wednesday 13 November 2002 12:19 am, Diego Biurrun wrote:
> Hi!
>
> I just stumbled over the fact that streaming is disabled with
> --disable-streaming in configure but in the list of enabled/disabled
> options it is called "network" ...
>
> Here's a small patch that removes this confusing inconsistency.
>
> Diego
>
> --- configure	12 Nov 2002 01:56:21 -0000	1.603
> +++ configure	13 Nov 2002 01:22:47 -0000
> @@ -4196,9 +4196,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"
> _______________________________________________
> MPlayer-dev-eng mailing list
> MPlayer-dev-eng at mplayerhq.hu
> http://mplayerhq.hu/mailman/listinfo/mplayer-dev-eng




More information about the MPlayer-dev-eng mailing list