diff options
author | wm4 <nfxjfg@googlemail.com> | 2014-09-24 17:38:58 +0200 |
---|---|---|
committer | Clément Bœsch <u@pkh.me> | 2014-09-26 10:35:14 +0200 |
commit | 7dd2005e1ac3b86fc999dd40f888b82fb5e47e8d (patch) | |
tree | 213bf45e14d782bc844f3a23ef98ef8fa5396543 /libavformat/Makefile | |
parent | 1ea7a3e04e42f686b53704193e60d0745681a959 (diff) | |
download | ffmpeg-7dd2005e1ac3b86fc999dd40f888b82fb5e47e8d.tar.gz |
avformat: add SUP/PGS subtitle demuxer
Signed-off-by: Clément Bœsch <u@pkh.me>
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 9f81320554..86064eabd8 100644 --- a/libavformat/Makefile +++ b/libavformat/Makefile @@ -407,6 +407,7 @@ OBJS-$(CONFIG_SRT_MUXER) += srtenc.o OBJS-$(CONFIG_STR_DEMUXER) += psxstr.o OBJS-$(CONFIG_SUBVIEWER1_DEMUXER) += subviewer1dec.o subtitles.o OBJS-$(CONFIG_SUBVIEWER_DEMUXER) += subviewerdec.o subtitles.o +OBJS-$(CONFIG_SUP_DEMUXER) += supdec.o OBJS-$(CONFIG_SWF_DEMUXER) += swfdec.o swf.o OBJS-$(CONFIG_SWF_MUXER) += swfenc.o swf.o OBJS-$(CONFIG_TAK_DEMUXER) += takdec.o apetag.o img2.o rawdec.o |