diff options
author | Giacomo Comes <comes@naic.edu> | 2005-10-14 18:17:47 +0000 |
---|---|---|
committer | Guillaume Poirier <gpoirier@mplayerhq.hu> | 2005-10-14 18:17:47 +0000 |
commit | aa35d2647c61549d2de30f89a4d3a0056f7edd83 (patch) | |
tree | 336d821b296afbb79e040bf437f2360a01b8c4e3 /libavcodec/Makefile | |
parent | 23f19574f9176e1bcd4d9f1dc7a1c810b02a468f (diff) | |
download | ffmpeg-aa35d2647c61549d2de30f89a4d3a0056f7edd83.tar.gz |
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
Originally committed as revision 4644 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/Makefile')
-rw-r--r-- | libavcodec/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/Makefile b/libavcodec/Makefile index b24c67fc07..63b696708d 100644 --- a/libavcodec/Makefile +++ b/libavcodec/Makefile @@ -240,6 +240,7 @@ EXTRALIBS += -L../libavutil -lavutil$(BUILDSUF) # currently using libdts for dts decoding ifeq ($(CONFIG_DTS),yes) OBJS+= dtsdec.o +CFLAGS+= $(DTS_INC) endif ifeq ($(CONFIG_FAAD),yes) |