aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/arm/Makefile
diff options
context:
space:
mode:
authorBen Avison <bavison@riscosopen.org>2014-04-16 01:51:32 +0100
committerMichael Niedermayer <michaelni@gmx.at>2014-04-25 02:36:11 +0200
commit9d8ecdd8ca6d248e7439e8fdf255e39eda14e0f2 (patch)
treee35abe072bfeb91f77ac48c51eb3bd69d9773aed /libavcodec/arm/Makefile
parent270cede3f3772117454a14b620803d731036942d (diff)
downloadffmpeg-9d8ecdd8ca6d248e7439e8fdf255e39eda14e0f2.tar.gz
vc-1: Add platform-specific start code search routine to VC1DSPContext.
Initialise VC1DSPContext for parser as well as for decoder. Note, the VC-1 code doesn't actually use the function pointer yet. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavcodec/arm/Makefile')
-rw-r--r--libavcodec/arm/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/libavcodec/arm/Makefile b/libavcodec/arm/Makefile
index 4c7e7d2dbe..1b21906fa6 100644
--- a/libavcodec/arm/Makefile
+++ b/libavcodec/arm/Makefile
@@ -57,6 +57,8 @@ ARMV6-OBJS-$(CONFIG_HPELDSP) += arm/hpeldsp_init_armv6.o \
ARMV6-OBJS-$(CONFIG_MPEGAUDIODSP) += arm/mpegaudiodsp_fixed_armv6.o
ARMV6-OBJS-$(CONFIG_MLP_DECODER) += arm/mlpdsp_armv6.o
+ARMV6-OBJS-$(CONFIG_VC1_DECODER) += arm/startcode_armv6.o
+ARMV6-OBJS-$(CONFIG_VC1_PARSER) += arm/startcode_armv6.o
ARMV6-OBJS-$(CONFIG_VP7_DECODER) += arm/vp8_armv6.o \
arm/vp8dsp_init_armv6.o \
arm/vp8dsp_armv6.o