[FFmpeg-cvslog] avformat/Makefile: Remove false dependency of WebM DASH manifest muxer
Andreas Rheinhardt
git at videolan.org
Tue Apr 14 19:43:29 EEST 2020
ffmpeg | branch: master | Andreas Rheinhardt <andreas.rheinhardt at gmail.com> | Tue Apr 7 22:01:30 2020 +0200| [a51d1b3634e11c8d92acbf8b7e88585d5de07575] | committer: Andreas Rheinhardt
avformat/Makefile: Remove false dependency of WebM DASH manifest muxer
It does not use anything from libavformat/matroska.c.
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt at gmail.com>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=a51d1b3634e11c8d92acbf8b7e88585d5de07575
---
libavformat/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libavformat/Makefile b/libavformat/Makefile
index f72fa6fb1a..b34e5bc3ce 100644
--- a/libavformat/Makefile
+++ b/libavformat/Makefile
@@ -554,7 +554,7 @@ OBJS-$(CONFIG_WEBM_MUXER) += matroskaenc.o matroska.o \
flacenc_header.o avlanguage.o \
wv.o vorbiscomment.o \
webmdashenc.o webm_chunk.o
-OBJS-$(CONFIG_WEBM_DASH_MANIFEST_MUXER) += webmdashenc.o matroska.o
+OBJS-$(CONFIG_WEBM_DASH_MANIFEST_MUXER) += webmdashenc.o
OBJS-$(CONFIG_WEBM_CHUNK_MUXER) += webm_chunk.o
OBJS-$(CONFIG_WEBP_MUXER) += webpenc.o
OBJS-$(CONFIG_WEBVTT_DEMUXER) += webvttdec.o subtitles.o
More information about the ffmpeg-cvslog
mailing list