summaryrefslogtreecommitdiff
path: root/libavformat/Makefile
diff options
context:
space:
mode:
authorLuca Barbato <lu_zero@gentoo.org>2011-10-02 23:05:29 +0200
committerLuca Barbato <lu_zero@gentoo.org>2011-12-19 18:31:28 +0100
commit02e8f03296d29949a7cffc8fa3e704b0efa66f17 (patch)
tree8425427e50808d1c78df851817a6bd1d87e40039 /libavformat/Makefile
parent1ee5b5e823e3fe7e5599036bb057bfbcb3aa260c (diff)
segment: introduce segmented chain muxer
It behaves similarly to image2 muxer
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 ff6140b0c9..c3a4c0d07b 100644
--- a/libavformat/Makefile
+++ b/libavformat/Makefile
@@ -268,6 +268,7 @@ OBJS-$(CONFIG_SAP_DEMUXER) += sapdec.o
OBJS-$(CONFIG_SAP_MUXER) += sapenc.o rtpenc_chain.o
OBJS-$(CONFIG_SDP_DEMUXER) += rtsp.o
OBJS-$(CONFIG_SEGAFILM_DEMUXER) += segafilm.o
+OBJS-$(CONFIG_SEGMENT_MUXER) += segment.o
OBJS-$(CONFIG_SHORTEN_DEMUXER) += rawdec.o
OBJS-$(CONFIG_SIFF_DEMUXER) += siff.o
OBJS-$(CONFIG_SMACKER_DEMUXER) += smacker.o