changeset 2909:7c6e1c80d5e3 libavcodec

Fix DTS support compilation issue. Patch by Giacomo Comes < comes AH naic POIS edu > Original thread: Date: Oct 6, 2005 4:27 PM Subject: [Ffmpeg-devel] [PATCH] dts support compilation issue
author gpoirier
date Fri, 14 Oct 2005 18:17:47 +0000
parents 21068c2fcb1d
children a1d02ca0d339
files Makefile
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile	Fri Oct 14 16:17:40 2005 +0000
+++ b/Makefile	Fri Oct 14 18:17:47 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)