Commit aa35d264 authored by Giacomo Comes's avatar Giacomo Comes Committed by Guillaume Poirier

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
parent 23f19574
......@@ -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)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment