diff options
author | Paul B Mahol <onemda@gmail.com> | 2020-08-23 22:24:29 +0200 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2020-09-03 18:10:28 +0200 |
commit | 0a30683a01e4dacd48074bf19b95d4eb146b3564 (patch) | |
tree | 2c17816b2c3149f33d9bddeb01aaba9cce3641d3 /libavformat/Makefile | |
parent | 7f953393197b38d592b1405174cc24ab41ba9d8f (diff) | |
download | ffmpeg-0a30683a01e4dacd48074bf19b95d4eb146b3564.tar.gz |
avformat: add moflex 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 cbb33fe37c..1e0ac317e5 100644 --- a/libavformat/Makefile +++ b/libavformat/Makefile @@ -319,6 +319,7 @@ OBJS-$(CONFIG_MLV_DEMUXER) += mlvdec.o riffdec.o OBJS-$(CONFIG_MM_DEMUXER) += mm.o OBJS-$(CONFIG_MMF_DEMUXER) += mmf.o OBJS-$(CONFIG_MMF_MUXER) += mmf.o rawenc.o +OBJS-$(CONFIG_MOFLEX_DEMUXER) += moflex.o OBJS-$(CONFIG_MOV_DEMUXER) += mov.o mov_chan.o mov_esds.o replaygain.o OBJS-$(CONFIG_MOV_MUXER) += movenc.o av1.o avc.o hevc.o vpcc.o \ movenchint.o mov_chan.o rtp.o \ |