[Ffmpeg-cvslog] CVS: ffmpeg/libavcodec Makefile,1.204,1.205

Guillaume POIRIER poirierg
Fri Oct 14 21:09:46 CEST 2005


Hi,

On 10/14/05, M?ns Rullg?rd <mru at inprovide.com> wrote:
> gpoirier at mplayerhq.hu (Guillaume Poirier CVS) writes:
>
> > Update of /cvsroot/ffmpeg/ffmpeg/libavcodec
> > In directory mail:/var2/tmp/cvs-serv619/libavcodec
> >
> > Modified Files:
> >       Makefile
> > Log Message:
> > Fix DTS support compilation issue. Patch by Giacomo Comes < comes AH naic POIS edu >
> > Original thread:
> > Date: Oct 6, 2005 4:27 PM
> > Subject: [Ffmpeg-devel] [PATCH] dts support compilation issue
> >
> > Index: Makefile
> > ===================================================================
> > RCS file: /cvsroot/ffmpeg/ffmpeg/libavcodec/Makefile,v
> > retrieving revision 1.204
> > retrieving revision 1.205
> > diff -u -d -r1.204 -r1.205
> > --- Makefile  13 Oct 2005 04:31:55 -0000      1.204
> > +++ Makefile  14 Oct 2005 18:17:47 -0000      1.205
> > @@ -240,6 +240,7 @@
> >  # currently using libdts for dts decoding
> >  ifeq ($(CONFIG_DTS),yes)
> >  OBJS+= dtsdec.o
> > +CFLAGS+= $(DTS_INC)
> >  endif
>
> This doesn't make sense.  DTS_INC isn't defined anywhere, so adding it
> to CFLAGS can't make any difference.

Ah, indeed it doesn't make sense. MPlayer's config system does it
though... so shout ffmpeg's I guess?

Guillaume


--
Reading doesn't hurt, really!
  -- Dominik 'Rathann' Mierzejewski





More information about the ffmpeg-cvslog mailing list