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-10-12 17:03:52 +0200
commit82df8c39975e7a719b06a91f248b1b2a07244101 (patch)
tree7e2fe5c238d61493902d31d8130d9458643f7577 /libavformat/Makefile
parent8d80f3cb877b890889b1673029387229648901ed (diff)
segment: introduce segmented chain muxer
Initial test code, the filename isn't yet guessed and the file index isn't printed yet.
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 0a30c6ec1a..ff20f7f695 100644
--- a/libavformat/Makefile
+++ b/libavformat/Makefile
@@ -260,6 +260,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