summaryrefslogtreecommitdiff
path: root/libavcodec/Makefile
diff options
context:
space:
mode:
authorCarl Eugen Hoyos <cehoyos@ag.or.at>2013-01-06 17:55:14 +0100
committerCarl Eugen Hoyos <cehoyos@ag.or.at>2013-01-06 17:59:27 +0100
commit9ff92cf1953d90e0e4f87f76f3f2f6439205a139 (patch)
tree8ef458e8bdde6daab22135c8ce5cd157ff75a1b1 /libavcodec/Makefile
parent40648d8cc372c328965a2e2e8e5ef8c88cba3e3f (diff)
downloadffmpeg-9ff92cf1953d90e0e4f87f76f3f2f6439205a139.tar.gz
012v decoder.
The decoder also supports a12v, but removes the transparency layer since no samples with actual transparency are available for testing.
Diffstat (limited to 'libavcodec/Makefile')
-rw-r--r--libavcodec/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/Makefile b/libavcodec/Makefile
index 27c9a1139b..149f61f2c8 100644
--- a/libavcodec/Makefile
+++ b/libavcodec/Makefile
@@ -75,6 +75,7 @@ OBJS-$(CONFIG_VIDEODSP) += videodsp.o
OBJS-$(CONFIG_VP3DSP) += vp3dsp.o
# decoders/encoders/hardware accelerators
+OBJS-$(CONFIG_ZERO12V_DECODER) += 012v.o
OBJS-$(CONFIG_A64MULTI_ENCODER) += a64multienc.o elbg.o
OBJS-$(CONFIG_A64MULTI5_ENCODER) += a64multienc.o elbg.o
OBJS-$(CONFIG_AAC_DECODER) += aacdec.o aactab.o aacsbr.o aacps.o \