summaryrefslogtreecommitdiff
path: root/libavformat/Makefile
diff options
context:
space:
mode:
authorClément Bœsch <ubitux@gmail.com>2012-12-29 00:04:44 +0100
committerClément Bœsch <ubitux@gmail.com>2012-12-31 00:01:58 +0100
commitfaa94061dd7236cbaabd483e7b2df148cdbefb7f (patch)
tree350748d569b55a6cd312a494f6d1bfbe81708cc5 /libavformat/Makefile
parent7b43402724b21cca805c8afac6ec33a211d52b85 (diff)
Add SubViewer v1 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 ce1d8f43fb..d77b3bd09e 100644
--- a/libavformat/Makefile
+++ b/libavformat/Makefile
@@ -348,6 +348,7 @@ OBJS-$(CONFIG_SPDIF_MUXER) += spdif.o spdifenc.o
OBJS-$(CONFIG_SRT_DEMUXER) += srtdec.o
OBJS-$(CONFIG_SRT_MUXER) += srtenc.o
OBJS-$(CONFIG_STR_DEMUXER) += psxstr.o
+OBJS-$(CONFIG_SUBVIEWER1_DEMUXER) += subviewer1dec.o
OBJS-$(CONFIG_SUBVIEWER_DEMUXER) += subviewerdec.o
OBJS-$(CONFIG_SWF_DEMUXER) += swfdec.o swf.o
OBJS-$(CONFIG_SWF_MUXER) += swfenc.o swf.o