diff options
author | Clément Bœsch <ubitux@gmail.com> | 2012-12-27 14:49:33 +0100 |
---|---|---|
committer | Clément Bœsch <ubitux@gmail.com> | 2012-12-30 22:37:25 +0100 |
commit | 5f02844c8d4fc93972932a84f0a5cbb02fe12a00 (patch) | |
tree | ed243e820b345c9591b78db8dbe8a4616371d8c4 /libavformat/Makefile | |
parent | 2d3305e4f41f2c3fdf22e729d4ec753fb885a8f1 (diff) | |
download | ffmpeg-5f02844c8d4fc93972932a84f0a5cbb02fe12a00.tar.gz |
Add MPL2 subtitles demuxer and decoder.
Diffstat (limited to 'libavformat/Makefile')
-rw-r--r-- | libavformat/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/Makefile b/libavformat/Makefile index 13fbe7cadf..bffa876aff 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 |