summaryrefslogtreecommitdiffstats
path: root/libavcodec/Makefile
diff options
context:
space:
mode:
authorJustin Ruggles <justin.ruggles@gmail.com>2012-02-27 13:58:01 -0500
committerJustin Ruggles <justin.ruggles@gmail.com>2012-03-05 13:08:17 -0500
commit11ac796f7ab2738eff19ea18847355363c8cc797 (patch)
tree350b9316d20d7b04cbb6a43e2acfd92bc36e4fc2 /libavcodec/Makefile
parent85469f1c9eb1e678f9d7135dd6bcc1df68072e29 (diff)
downloadffmpeg-streaming-11ac796f7ab2738eff19ea18847355363c8cc797.zip
ffmpeg-streaming-11ac796f7ab2738eff19ea18847355363c8cc797.tar.gz
dca_parser: parse the sample rate and frame durations
Diffstat (limited to 'libavcodec/Makefile')
-rw-r--r--libavcodec/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/libavcodec/Makefile b/libavcodec/Makefile
index e456790..ba83d35 100644
--- a/libavcodec/Makefile
+++ b/libavcodec/Makefile
@@ -109,7 +109,8 @@ OBJS-$(CONFIG_CLJR_ENCODER) += cljr.o
OBJS-$(CONFIG_COOK_DECODER) += cook.o
OBJS-$(CONFIG_CSCD_DECODER) += cscd.o
OBJS-$(CONFIG_CYUV_DECODER) += cyuv.o
-OBJS-$(CONFIG_DCA_DECODER) += dca.o synth_filter.o dcadsp.o
+OBJS-$(CONFIG_DCA_DECODER) += dca.o synth_filter.o dcadsp.o \
+ dca_parser.o
OBJS-$(CONFIG_DFA_DECODER) += dfa.o
OBJS-$(CONFIG_DNXHD_DECODER) += dnxhddec.o dnxhddata.o
OBJS-$(CONFIG_DNXHD_ENCODER) += dnxhdenc.o dnxhddata.o \
OpenPOWER on IntegriCloud