diff options
author | Luca Barbato <lu_zero@gentoo.org> | 2012-10-26 16:36:56 +0200 |
---|---|---|
committer | Luca Barbato <lu_zero@gentoo.org> | 2012-11-13 01:37:05 +0100 |
commit | 22a0827dff29a94e7fd07ad2782f169b2703c70d (patch) | |
tree | d01eff546b3ac6c0179a8a035933da1ee77bb8b9 /libavformat/Makefile | |
parent | b9629acb6b647b31b8b4e3932e836189bd03e5b9 (diff) | |
download | ffmpeg-22a0827dff29a94e7fd07ad2782f169b2703c70d.tar.gz |
hlsenc: stand alone hls segmenter
Simplifies usage but has higher latency.
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 ed030bd361..c58931679e 100644 --- a/libavformat/Makefile +++ b/libavformat/Makefile @@ -111,6 +111,7 @@ OBJS-$(CONFIG_H263_MUXER) += rawenc.o OBJS-$(CONFIG_H264_DEMUXER) += h264dec.o rawdec.o OBJS-$(CONFIG_H264_MUXER) += rawenc.o OBJS-$(CONFIG_HLS_DEMUXER) += hls.o +OBJS-$(CONFIG_HLS_MUXER) += hlsenc.o mpegtsenc.o OBJS-$(CONFIG_IDCIN_DEMUXER) += idcin.o OBJS-$(CONFIG_IFF_DEMUXER) += iff.o OBJS-$(CONFIG_ILBC_DEMUXER) += ilbc.o |