summaryrefslogtreecommitdiffstats
path: root/libavformat/Makefile
diff options
context:
space:
mode:
authorClément Bœsch <ubitux@gmail.com>2012-12-27 14:49:33 +0100
committerClément Bœsch <ubitux@gmail.com>2012-12-30 22:37:25 +0100
commit5f02844c8d4fc93972932a84f0a5cbb02fe12a00 (patch)
treeed243e820b345c9591b78db8dbe8a4616371d8c4 /libavformat/Makefile
parent2d3305e4f41f2c3fdf22e729d4ec753fb885a8f1 (diff)
downloadffmpeg-streaming-5f02844c8d4fc93972932a84f0a5cbb02fe12a00.zip
ffmpeg-streaming-5f02844c8d4fc93972932a84f0a5cbb02fe12a00.tar.gz
Add MPL2 subtitles demuxer and decoder.
Diffstat (limited to 'libavformat/Makefile')
-rw-r--r--libavformat/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/Makefile b/libavformat/Makefile
index 13fbe7c..bffa876 100644
--- a/libavformat/Makefile
+++ b/libavformat/Makefile
@@ -219,6 +219,7 @@ OBJS-$(CONFIG_MPEGTS_DEMUXER) += mpegts.o isom.o
OBJS-$(CONFIG_MPEGTS_MUXER) += mpegtsenc.o
OBJS-$(CONFIG_MPEGVIDEO_DEMUXER) += mpegvideodec.o rawdec.o
OBJS-$(CONFIG_MPJPEG_MUXER) += mpjpeg.o
+OBJS-$(CONFIG_MPL2_DEMUXER) += mpl2dec.o
OBJS-$(CONFIG_MSNWC_TCP_DEMUXER) += msnwc_tcp.o
OBJS-$(CONFIG_MTV_DEMUXER) += mtv.o
OBJS-$(CONFIG_MVI_DEMUXER) += mvi.o
OpenPOWER on IntegriCloud