[MPlayer-cvslog] r26938 - in trunk/stream: stream_dvd.h stream_dvd_common.c stream_dvd_common.h

Dominik 'Rathann' Mierzejewski dominik at rangers.eu.org
Sat May 31 17:25:36 CEST 2008


On Saturday, 31 May 2008 at 16:13, Diego Biurrun wrote:
> On Sat, May 31, 2008 at 02:52:55PM +0200, nicodvb wrote:
> > 
> > Log:
> > adapted to the dvdread->libdvdread transition in dvdnav's repository
> > 
> > --- trunk/stream/stream_dvd_common.c	(original)
> > +++ trunk/stream/stream_dvd_common.c	Sat May 31 14:52:55 2008
> > @@ -1,5 +1,9 @@
> >  #include <inttypes.h>
> > +#ifdef USE_DVDREAD_INTERNAL
> >  #include <dvdread/ifo_types.h>
> > +#else
> > +#include <libdvdread/ifo_types.h>
> > +#endif
> >  #include "stream_dvd_common.h"
> 
> Hmmm, I think this will break with external libdvdread, which has its
> include files in a dvdread subdirectory.

Not so. Nico has made the necessary changes in SVN already.

R.

-- 
MPlayer http://mplayerhq.hu | Livna http://rpm.livna.org
There should be a science of discontent. People need hard times and
oppression to develop psychic muscles.
	-- from "Collected Sayings of Muad'Dib" by the Princess Irulan



More information about the MPlayer-cvslog mailing list