[Ffmpeg-cvslog] CVS: ffmpeg/libavcodec Makefile,1.204,1.205
Måns Rullgård
mru
Fri Oct 14 21:01:31 CEST 2005
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.
--
M?ns Rullg?rd
mru at inprovide.com
More information about the ffmpeg-cvslog
mailing list