[MPlayer-dev-eng] [PATCH] tivo vstream

Diego Biurrun diego at biurrun.de
Fri Aug 13 02:35:40 CEST 2004


Joey Parrish writes:
> On Thu, Aug 12, 2004 at 01:08:24PM +0200, Diego Biurrun wrote:
> > > +  --disable-vstream      build with TiVo vstream [enable]
> > 
> > I would suggest setting it to disabled by default.  Only very few
> > people have a TiVo.
> 
> I believe that it doesn't actually do anything but increase
> executable size unless you use tivo:// URL.  So I disagree.
> Is there another reason to disable?

No other reason except avoiding bloat.  We have a tie then.  What do
the others think?

> > > +#if defined(__CYGWIN__)
> > > +typedef unsigned long long loff_t;
> > > +#endif
> > > +
> > > +#if defined(SYS_DARWIN)
> > > +typedef unsigned long long loff_t;
> > > +#endif
> > 
> > This is ugly, why not
> > 
> >   #if defined(__CYGWIN__) || defined(SYS_DARWIN)
> >   typedef unsigned long long loff_t;
> >   #endif
> 
> Because this isn't my code.  :)  Ask tivo-mplayer folks.
> But I'll change that before commit (if commit is okay.)

Send it upstream then.  Or is this the complete TiVo stuff and nothing
else remains with the TiVo people?

Diego




More information about the MPlayer-dev-eng mailing list