diff options
author | Misty De Meo <mistydemeo@gmail.com> | 2018-04-02 10:53:30 -0700 |
---|---|---|
committer | Josh de Kock <josh@itanimul.li> | 2018-04-05 22:04:30 +0100 |
commit | 187ff5a10864f16b7872eca722e844e8f04ec57b (patch) | |
tree | 61c3b2f2f6b9cb2fa2f82149755f779da23d82c6 /libavformat/Makefile | |
parent | 1425114af24d8402758ca11f7177d19a7f98df4d (diff) | |
download | ffmpeg-187ff5a10864f16b7872eca722e844e8f04ec57b.tar.gz |
Add Sega FILM muxer
Signed-off-by: Josh de Kock <josh@itanimul.li>
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 af0823a7db..3eeca5091d 100644 --- a/libavformat/Makefile +++ b/libavformat/Makefile @@ -462,6 +462,7 @@ OBJS-$(CONFIG_SDR2_DEMUXER) += sdr2.o OBJS-$(CONFIG_SDS_DEMUXER) += sdsdec.o OBJS-$(CONFIG_SDX_DEMUXER) += sdxdec.o OBJS-$(CONFIG_SEGAFILM_DEMUXER) += segafilm.o +OBJS-$(CONFIG_SEGAFILM_MUXER) += segafilmenc.o OBJS-$(CONFIG_SEGMENT_MUXER) += segment.o OBJS-$(CONFIG_SHORTEN_DEMUXER) += shortendec.o rawdec.o OBJS-$(CONFIG_SIFF_DEMUXER) += siff.o |