]> git.sesse.net Git - ffmpeg/commit
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)
commit0c3faf8205066fb397e1f9f0e4de6b9571f3b95f
tree7aaa69a68dbbdf47fbd2236fcf881a8bf8352f00
parent10a68ccd58318c00c7872081a0518acec7ebe6c3
configure, libavformat/Makefile: Fix webm_chunk dependencies

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