Commit e4305782 authored by gpoirier's avatar gpoirier

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


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@4644 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent def5eaa1
......@@ -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