summaryrefslogtreecommitdiff
path: root/libavformat/Makefile
diff options
context:
space:
mode:
authorAurelien Jacobs <aurel@gnuage.org>2010-09-10 23:10:53 +0200
committerAurelien Jacobs <aurel@gnuage.org>2011-04-04 01:29:40 +0200
commit3c9bfb336867ccd32a6e8490930961bcc14b3fdc (patch)
treee93acc28a82e12b674d6e583bf6ccb66590edca1 /libavformat/Makefile
parentdeff8a6d3a7020fdda7fdb3f80d0003b5f44279b (diff)
add MicroDVD muxer and demuxer
Signed-off-by: Aurelien Jacobs <aurel@gnuage.org>
Diffstat (limited to 'libavformat/Makefile')
-rw-r--r--libavformat/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/libavformat/Makefile b/libavformat/Makefile
index 719783c62d..5a2a5f491d 100644
--- a/libavformat/Makefile
+++ b/libavformat/Makefile
@@ -122,6 +122,8 @@ OBJS-$(CONFIG_MATROSKA_MUXER) += matroskaenc.o matroska.o \
riff.o isom.o avc.o \
flacenc_header.o avlanguage.o
OBJS-$(CONFIG_MD5_MUXER) += md5enc.o
+OBJS-$(CONFIG_MICRODVD_DEMUXER) += microdvddec.o
+OBJS-$(CONFIG_MICRODVD_MUXER) += microdvdenc.o rawenc.o
OBJS-$(CONFIG_MJPEG_DEMUXER) += rawdec.o
OBJS-$(CONFIG_MJPEG_MUXER) += rawenc.o
OBJS-$(CONFIG_MLP_DEMUXER) += rawdec.o