[Ffmpeg-cvslog] CVS: ffmpeg/libavcodec Makefile,1.207,1.208
Diego Biurrun CVS
diego
Sun Oct 23 20:16:56 CEST 2005
Update of /cvsroot/ffmpeg/ffmpeg/libavcodec
In directory mail:/var2/tmp/cvs-serv5566/libavcodec
Modified Files:
Makefile
Log Message:
Add DTS_INC to the CFLAGS for DTS. This is only set by external configure
programs (such as the MPlayer one) and thus somewhat hackish. We already
do this for things like MLIB_INC and IPP_INC so it should be acceptable.
Index: Makefile
===================================================================
RCS file: /cvsroot/ffmpeg/ffmpeg/libavcodec/Makefile,v
retrieving revision 1.207
retrieving revision 1.208
diff -u -d -r1.207 -r1.208
--- Makefile 19 Oct 2005 18:42:37 -0000 1.207
+++ Makefile 23 Oct 2005 18:16:53 -0000 1.208
@@ -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