]> git.sesse.net Git - ffmpeg/commit
avformat/Makefile: Remove false dependencies of WebM and Matroska muxer
authorAndreas Rheinhardt <andreas.rheinhardt@gmail.com>
Tue, 7 Apr 2020 20:14:13 +0000 (22:14 +0200)
committerAndreas Rheinhardt <andreas.rheinhardt@gmail.com>
Tue, 14 Apr 2020 16:43:44 +0000 (18:43 +0200)
commit0c0a1d73c2310ffe52a6545a860f2e1e19e06578
tree9f11f3bcfc0410ad16dc31d49d5a1cfc45170206
parenta51d1b3634e11c8d92acbf8b7e88585d5de07575
avformat/Makefile: Remove false dependencies of WebM and Matroska muxer

These muxers don't depend on the WebM Chunk or the WebM DASH Manifest
muxers.

Furthermore, remove some #if checks in webm_chunk.c and webmdashenc.c.
They are always true now that webm_chunk.c and webmdashenc.c are only
compiled when their corresponding muxers are enabled.

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