Commit 17a471b3 authored by diego's avatar diego

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.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@4659 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 1c67ecc8
...@@ -240,6 +240,7 @@ EXTRALIBS += -L../libavutil -lavutil$(BUILDSUF) ...@@ -240,6 +240,7 @@ EXTRALIBS += -L../libavutil -lavutil$(BUILDSUF)
# currently using libdts for dts decoding # currently using libdts for dts decoding
ifeq ($(CONFIG_DTS),yes) ifeq ($(CONFIG_DTS),yes)
OBJS+= dtsdec.o OBJS+= dtsdec.o
CFLAGS += $(DTS_INC)
endif endif
ifeq ($(CONFIG_FAAD),yes) ifeq ($(CONFIG_FAAD),yes)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment