diff options
author | Michael Niedermayer <michael@niedermayer.cc> | 2016-05-05 18:09:24 +0200 |
---|---|---|
committer | Michael Niedermayer <michael@niedermayer.cc> | 2016-05-06 15:36:24 +0200 |
commit | 4155d5e06fa783e057cb6dc36124fafedbe19ca3 (patch) | |
tree | 0cef2df63f3128799d2afb181a0c0281047ba310 /libavcodec/Makefile | |
parent | 31ce01bdb9722a552d5b316d97aa6e294de0c7cc (diff) | |
download | ffmpeg-4155d5e06fa783e057cb6dc36124fafedbe19ca3.tar.gz |
avcodec: add M101 decoder
Fixes Ticket 2611
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Diffstat (limited to 'libavcodec/Makefile')
-rw-r--r-- | libavcodec/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/Makefile b/libavcodec/Makefile index 835b8036be..8ac2272dd3 100644 --- a/libavcodec/Makefile +++ b/libavcodec/Makefile @@ -351,6 +351,7 @@ OBJS-$(CONFIG_KMVC_DECODER) += kmvc.o OBJS-$(CONFIG_LAGARITH_DECODER) += lagarith.o lagarithrac.o OBJS-$(CONFIG_LJPEG_ENCODER) += ljpegenc.o mjpegenc_common.o OBJS-$(CONFIG_LOCO_DECODER) += loco.o +OBJS-$(CONFIG_M101_DECODER) += m101.o OBJS-$(CONFIG_MACE3_DECODER) += mace.o OBJS-$(CONFIG_MACE6_DECODER) += mace.o OBJS-$(CONFIG_MDEC_DECODER) += mdec.o mpeg12.o mpeg12data.o |