diff options
author | James Almer <jamrial@gmail.com> | 2016-07-20 21:55:12 -0300 |
---|---|---|
committer | James Almer <jamrial@gmail.com> | 2016-07-20 22:32:43 -0300 |
commit | 66408fce493b36578638ee22b6305bc065bcede2 (patch) | |
tree | e7b80ea2e3b492cc478cde5889a2c731ce6d76a4 /libavformat/Makefile | |
parent | ec0e888e3aeb7ee75cfa5cdf44695c8a49343ab1 (diff) | |
download | ffmpeg-66408fce493b36578638ee22b6305bc065bcede2.tar.gz |
avformat: add an Ogg Video muxer
Signed-off-by: James Almer <jamrial@gmail.com>
Diffstat (limited to 'libavformat/Makefile')
-rw-r--r-- | libavformat/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libavformat/Makefile b/libavformat/Makefile index 52f35f0eb6..c3f38b4081 100644 --- a/libavformat/Makefile +++ b/libavformat/Makefile @@ -340,6 +340,8 @@ OBJS-$(CONFIG_OGA_MUXER) += oggenc.o \ vorbiscomment.o OBJS-$(CONFIG_OGG_MUXER) += oggenc.o \ vorbiscomment.o +OBJS-$(CONFIG_OGV_MUXER) += oggenc.o \ + vorbiscomment.o OBJS-$(CONFIG_OMA_DEMUXER) += omadec.o pcm.o oma.o OBJS-$(CONFIG_OMA_MUXER) += omaenc.o rawenc.o oma.o id3v2enc.o OBJS-$(CONFIG_OPUS_MUXER) += oggenc.o \ |