summaryrefslogtreecommitdiff
path: root/libavcodec/Makefile
diff options
context:
space:
mode:
authorAnatoliy Wasserman <anatoliy.wasserman@yandex.ru>2011-10-28 13:13:58 -0700
committerMichael Niedermayer <michaelni@gmx.at>2011-10-29 12:46:05 +0200
commit70bab5847e12e50f9095e97610c3454a934d4039 (patch)
tree0d0e9c00d7ded5ebe2b243624da3f2d46ef219e1 /libavcodec/Makefile
parent6faf0a21e18f314c48a886864145abe715be6572 (diff)
Apple ProRes encoder
Signed-off-by: Anatoliy Wasserman <anatoliy.wasserman@yandex.ru> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
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 d17a1648de..82d9cb23ac 100644
--- a/libavcodec/Makefile
+++ b/libavcodec/Makefile
@@ -315,6 +315,7 @@ OBJS-$(CONFIG_PPM_DECODER) += pnmdec.o pnm.o
OBJS-$(CONFIG_PPM_ENCODER) += pnmenc.o pnm.o
OBJS-$(CONFIG_PRORES_DECODER) += proresdec2.o
OBJS-$(CONFIG_PRORES_LGPL_DECODER) += proresdec_lgpl.o proresdsp.o
+OBJS-$(CONFIG_PRORES_ENCODER) += proresenc.o
OBJS-$(CONFIG_PTX_DECODER) += ptx.o
OBJS-$(CONFIG_QCELP_DECODER) += qcelpdec.o celp_math.o \
celp_filters.o acelp_vectors.o \