summaryrefslogtreecommitdiff
path: root/libavcodec/Makefile
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2005-10-23 18:16:53 +0000
committerDiego Biurrun <diego@biurrun.de>2005-10-23 18:16:53 +0000
commitfe9a734c8211bce69b86113d82062641ec5db746 (patch)
tree912266c935e44817673b2db2afd416879f376cc9 /libavcodec/Makefile
parent61c110fc3112b0277ca870f3d6fd5e8bf035da99 (diff)
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
Diffstat (limited to 'libavcodec/Makefile')
-rw-r--r--libavcodec/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/Makefile b/libavcodec/Makefile
index 3ac7bd25fb..911e7155d6 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)