# HG changeset patch # User diego # Date 1130091413 0 # Node ID 13dcd22f08161bbd360f4b49aba6c56c58c55126 # Parent 4069d212f6b9290db8e89abaa946f1f63cb955c5 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. diff -r 4069d212f6b9 -r 13dcd22f0816 Makefile --- a/Makefile Thu Oct 20 20:04:45 2005 +0000 +++ b/Makefile Sun Oct 23 18:16:53 2005 +0000 @@ -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)