]> git.sesse.net Git - ffmpeg/commitdiff
configure, libavformat/Makefile: Fix webm_chunk dependencies
authorAndreas Rheinhardt <andreas.rheinhardt@gmail.com>
Tue, 7 Apr 2020 19:25:48 +0000 (21:25 +0200)
committerAndreas Rheinhardt <andreas.rheinhardt@gmail.com>
Tue, 14 Apr 2020 16:11:01 +0000 (18:11 +0200)
The webm_chunk muxer requires the WebM muxer, yet it does not directly
require anything from libavformat/matroska.c (it does not even include
the corresponding header). So remove the dependency from the Makefile
and add a _select to configure.

Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
configure
libavformat/Makefile

index 4d4c429be9febf2d39480befa9f342bed36413cd..fdd9a7b79bf01b9b6fa6b2cc459db19bab28213b 100755 (executable)
--- a/configure
+++ b/configure
@@ -3336,6 +3336,7 @@ w64_demuxer_select="wav_demuxer"
 w64_muxer_select="wav_muxer"
 wav_demuxer_select="riffdec"
 wav_muxer_select="riffenc"
+webm_chunk_muxer_select="webm_muxer"
 webm_muxer_select="iso_media riffenc"
 webm_dash_manifest_demuxer_select="matroska_demuxer"
 wtv_demuxer_select="mpegts_demuxer riffdec"
index 9d4c230bcfc0008d33d80ea2ead628c9d50a908d..f72fa6fb1ac1d9a2551a71e72c234ebb3ca8e525 100644 (file)
@@ -555,7 +555,7 @@ OBJS-$(CONFIG_WEBM_MUXER)                += matroskaenc.o matroska.o \
                                             wv.o vorbiscomment.o \
                                             webmdashenc.o webm_chunk.o
 OBJS-$(CONFIG_WEBM_DASH_MANIFEST_MUXER)  += webmdashenc.o matroska.o
-OBJS-$(CONFIG_WEBM_CHUNK_MUXER)          += webm_chunk.o matroska.o
+OBJS-$(CONFIG_WEBM_CHUNK_MUXER)          += webm_chunk.o
 OBJS-$(CONFIG_WEBP_MUXER)                += webpenc.o
 OBJS-$(CONFIG_WEBVTT_DEMUXER)            += webvttdec.o subtitles.o
 OBJS-$(CONFIG_WEBVTT_MUXER)              += webvttenc.o