From: Diego Biurrun Date: Sun, 23 Oct 2005 18:16:53 +0000 (+0000) Subject: Add DTS_INC to the CFLAGS for DTS. This is only set by external configure X-Git-Tag: v0.5~13499 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=fe9a734c8211bce69b86113d82062641ec5db746;p=platform%2Fupstream%2Flibav.git 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. Originally committed as revision 4659 to svn://svn.ffmpeg.org/ffmpeg/trunk --- diff --git a/libavcodec/Makefile b/libavcodec/Makefile index 3ac7bd2..911e715 100644 --- a/libavcodec/Makefile +++ b/libavcodec/Makefile @@ -240,6 +240,7 @@ EXTRALIBS += -L../libavutil -lavutil$(BUILDSUF) # currently using libdts for dts decoding ifeq ($(CONFIG_DTS),yes) OBJS+= dtsdec.o +CFLAGS += $(DTS_INC) endif ifeq ($(CONFIG_FAAD),yes)