[MPlayer-dev-eng] Re: libdvdnav

Diego Biurrun diego at biurrun.de
Thu Mar 15 15:14:49 CET 2007


On Thu, Mar 15, 2007 at 02:45:29PM +0100, ?tv?s Attila wrote:
> 2007. m?rcius 15. 12.03 d?tummal Diego Biurrun ezt ?rta:
> > > +ifeq ($(DVDREAD_INTERNAL),yes)
> > > +INCLUDE += -I../dvdread -I../../dvdread
> > > +endif
> >
> > There is no such thing as an INCLUDE variable, this is likely broken and
> > your intention was to add this to the CFLAGS.  Use
> >
> >   CLAGS-($(DVDREAD_INTERNAL) += -I../dvdread -I../../dvdread
> >
> > instead to achieve this, but do you need both ../ and ../../ ?
> 
> I correctioned this.
> 
> --- dvdnav/Makefile	 (none)
> +++ dvdnav/Makefile	 (working copy)
> @@ -0,0 +1,19 @@
> +
> +CFLAGS = -DHAVE_CONFIG_H
> +#CFLAGS-$(DVDREAD_INTERNAL) += -I../dvdread

Why commented out?

Diego




More information about the MPlayer-dev-eng mailing list