comparison 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
comparison
equal deleted inserted replaced
2917:4069d212f6b9 2918:13dcd22f0816
238 EXTRALIBS += -L../libavutil -lavutil$(BUILDSUF) 238 EXTRALIBS += -L../libavutil -lavutil$(BUILDSUF)
239 239
240 # currently using libdts for dts decoding 240 # currently using libdts for dts decoding
241 ifeq ($(CONFIG_DTS),yes) 241 ifeq ($(CONFIG_DTS),yes)
242 OBJS+= dtsdec.o 242 OBJS+= dtsdec.o
243 CFLAGS += $(DTS_INC)
243 endif 244 endif
244 245
245 ifeq ($(CONFIG_FAAD),yes) 246 ifeq ($(CONFIG_FAAD),yes)
246 OBJS+= faad.o 247 OBJS+= faad.o
247 endif 248 endif