diff options
author | Nicolas George <nicolas.george@normalesup.org> | 2012-08-22 18:28:37 +0200 |
---|---|---|
committer | Nicolas George <nicolas.george@normalesup.org> | 2012-12-06 14:09:14 +0100 |
commit | 32aedebdc59d5b34ab7a9137855dcc602267e00f (patch) | |
tree | d256fa0fd61a23ecd85b280b3e8b9ce984887251 /libavformat/Makefile | |
parent | c3fa6add58288dda34c88a6c0c9e0cc79f29169b (diff) | |
download | ffmpeg-32aedebdc59d5b34ab7a9137855dcc602267e00f.tar.gz |
lavf: add a concat demuxer.
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 f8d99955e1..d3d03b448c 100644 --- a/libavformat/Makefile +++ b/libavformat/Makefile @@ -96,6 +96,7 @@ OBJS-$(CONFIG_CAVSVIDEO_DEMUXER) += cavsvideodec.o rawdec.o OBJS-$(CONFIG_CAVSVIDEO_MUXER) += rawenc.o OBJS-$(CONFIG_CDG_DEMUXER) += cdg.o OBJS-$(CONFIG_CDXL_DEMUXER) += cdxl.o +OBJS-$(CONFIG_CONCAT_DEMUXER) += concatdec.o OBJS-$(CONFIG_CRC_MUXER) += crcenc.o OBJS-$(CONFIG_DAUD_DEMUXER) += daud.o OBJS-$(CONFIG_DAUD_MUXER) += daud.o |