[FFmpeg-cvslog] lavf/Makefile: Fix standalone compilation of the matroska and webm muxers.

Carl Eugen Hoyos git at videolan.org
Fri Aug 24 14:00:46 EEST 2018


ffmpeg | branch: master | Carl Eugen Hoyos <ceffmpeg at gmail.com> | Fri Aug 24 12:59:41 2018 +0200| [c2be3826200cdbeb23d16107cd52cd105c3e01b1] | committer: Carl Eugen Hoyos

lavf/Makefile: Fix standalone compilation of the matroska and webm muxers.

Reported-by: irc user Kam_

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=c2be3826200cdbeb23d16107cd52cd105c3e01b1
---

 libavformat/Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/libavformat/Makefile b/libavformat/Makefile
index f2f3aabdc2..2f08457eec 100644
--- a/libavformat/Makefile
+++ b/libavformat/Makefile
@@ -285,7 +285,7 @@ OBJS-$(CONFIG_MATROSKA_DEMUXER)          += matroskadec.o matroska.o  \
                                             oggparsevorbis.o vorbiscomment.o \
                                             flac_picture.o replaygain.o
 OBJS-$(CONFIG_MATROSKA_MUXER)            += matroskaenc.o matroska.o \
-                                            avc.o hevc.o \
+                                            av1.o avc.o hevc.o \
                                             flacenc_header.o avlanguage.o vorbiscomment.o wv.o \
                                             webmdashenc.o webm_chunk.o
 OBJS-$(CONFIG_MD5_MUXER)                 += hashenc.o
@@ -529,7 +529,7 @@ OBJS-$(CONFIG_WAV_DEMUXER)               += wavdec.o pcm.o
 OBJS-$(CONFIG_WAV_MUXER)                 += wavenc.o
 OBJS-$(CONFIG_WC3_DEMUXER)               += wc3movie.o
 OBJS-$(CONFIG_WEBM_MUXER)                += matroskaenc.o matroska.o \
-                                            avc.o hevc.o \
+                                            av1.o avc.o hevc.o \
                                             flacenc_header.o avlanguage.o \
                                             wv.o vorbiscomment.o \
                                             webmdashenc.o webm_chunk.o



More information about the ffmpeg-cvslog mailing list