summaryrefslogtreecommitdiff
path: root/libavformat/Makefile
diff options
context:
space:
mode:
authorClément Bœsch <ubitux@gmail.com>2012-12-28 01:38:50 +0100
committerClément Bœsch <ubitux@gmail.com>2012-12-30 23:09:49 +0100
commit725d6c615c78be2635ad8d90727da3b80d50d14c (patch)
tree33cd1b3f02a2f53f0336456df2dd3ca10840abbf /libavformat/Makefile
parentd9ac8d296725fef605989b4c9d297fb65c40e2e5 (diff)
downloadffmpeg-725d6c615c78be2635ad8d90727da3b80d50d14c.tar.gz
Add MPlayer subtitles demuxer.
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 d0b47c06d0..921f7a722a 100644
--- a/libavformat/Makefile
+++ b/libavformat/Makefile
@@ -220,6 +220,7 @@ 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_MPSUB_DEMUXER) += mpsubdec.o
OBJS-$(CONFIG_MSNWC_TCP_DEMUXER) += msnwc_tcp.o
OBJS-$(CONFIG_MTV_DEMUXER) += mtv.o
OBJS-$(CONFIG_MVI_DEMUXER) += mvi.o