summaryrefslogtreecommitdiff
path: root/libavformat/Makefile
diff options
context:
space:
mode:
authorAurelien Jacobs <aurel@gnuage.org>2010-07-24 22:50:12 +0000
committerAurelien Jacobs <aurel@gnuage.org>2010-07-24 22:50:12 +0000
commitba2c508d0c7192e623fe835b3dea9328fdc0f03b (patch)
tree85adc3c7429dc5eb66dbe4ea52d2d3641b7ed916 /libavformat/Makefile
parente3f7bf774caad334b258f4494e77420a7c161b63 (diff)
add SubRip muxer and demuxer
Originally committed as revision 24488 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/Makefile')
-rw-r--r--libavformat/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/libavformat/Makefile b/libavformat/Makefile
index 50a7b3adef..c32a254878 100644
--- a/libavformat/Makefile
+++ b/libavformat/Makefile
@@ -242,6 +242,8 @@ OBJS-$(CONFIG_SOL_DEMUXER) += sol.o raw.o
OBJS-$(CONFIG_SOX_DEMUXER) += soxdec.o raw.o
OBJS-$(CONFIG_SOX_MUXER) += soxenc.o
OBJS-$(CONFIG_SPDIF_MUXER) += spdif.o
+OBJS-$(CONFIG_SRT_DEMUXER) += srtdec.o
+OBJS-$(CONFIG_SRT_MUXER) += raw.o
OBJS-$(CONFIG_STR_DEMUXER) += psxstr.o
OBJS-$(CONFIG_SWF_DEMUXER) += swfdec.o
OBJS-$(CONFIG_SWF_MUXER) += swfenc.o