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

Guillaume Poirier CVS gpoirier
Fri Oct 14 20:17:50 CEST 2005


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
 
 ifeq ($(CONFIG_FAAD),yes)





More information about the ffmpeg-cvslog mailing list