[MPlayer-dev-eng] [PATCH] Adding Radio support to MPlayer (update)

Diego Biurrun diego at biurrun.de
Fri Jun 30 11:17:35 CEST 2006


On Fri, Jun 30, 2006 at 11:03:52AM +0200, Reimar Döffinger wrote:
> On Fri, Jun 30, 2006 at 02:10:15PM +0700, Vladimir Voroshilov wrote:
> >  
> > --- libmpdemux/Makefile	(revision 18862)
> > +++ libmpdemux/Makefile	(working copy)
> > @@ -40,6 +40,9 @@
> >          stream_vcd.c \
> >          stream_vstream.c \
> >  
> > +# Radio in
> > +SRCS += stream_radio.c \
> > +
> >  # TV in
> >  SRCS += tv.c \
> >          frequencies.c \
> > --- libmpdemux/stream_radio.c	(revision 0)
> > +++ libmpdemux/stream_radio.c	(revision 0)
> > @@ -0,0 +1,776 @@
> > +
> > +#include "config.h"
> > +
> > +/*
> > +    Radio support by Vladimir Voroshilov.
> > +    
> > +    Based on tv.c and tvi_v4l2.c code.
> > +    
> > +*/
> > +#ifdef USE_RADIO
> 
> I personally prefered if the compilation was made conditional in the
> Makefile, but on the other hand it's not done for the TV stuff either...

Fully agreed.  I think I'll run through the libmpdemux directory and
move all those conditional compilations to the build system, just like I
did for libmpcodecs.

Diego



More information about the MPlayer-dev-eng mailing list