summaryrefslogtreecommitdiff
path: root/libavformat/Makefile
diff options
context:
space:
mode:
authorJames Almer <jamrial@gmail.com>2016-07-20 21:55:12 -0300
committerJames Almer <jamrial@gmail.com>2016-07-20 22:32:43 -0300
commit66408fce493b36578638ee22b6305bc065bcede2 (patch)
treee7b80ea2e3b492cc478cde5889a2c731ce6d76a4 /libavformat/Makefile
parentec0e888e3aeb7ee75cfa5cdf44695c8a49343ab1 (diff)
avformat: add an Ogg Video muxer
Signed-off-by: James Almer <jamrial@gmail.com>
Diffstat (limited to 'libavformat/Makefile')
-rw-r--r--libavformat/Makefile2
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 \