diff Makefile @ 2918:13dcd22f0816 libavcodec

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.
author diego
date Sun, 23 Oct 2005 18:16:53 +0000
parents aa98fe99148e
children f9320ccf9f09
line wrap: on
line diff
--- 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)