]> git.sesse.net Git - ffmpeg/commit
avformat/Makefile: Remove unnecessary dependencies on vocdec
authorAndreas Rheinhardt <andreas.rheinhardt@gmail.com>
Tue, 23 Feb 2021 10:56:12 +0000 (11:56 +0100)
committerAndreas Rheinhardt <andreas.rheinhardt@gmail.com>
Tue, 23 Feb 2021 20:12:26 +0000 (21:12 +0100)
commit78d5e1c6533208b07acf508a4e7f832e3cea8485
tree9cd3dfc3d970b25d7b2629c46b7f257a6ae61371
parentd7f10b24975f06e0865f071c4ca5c9cadaf8b8bb
avformat/Makefile: Remove unnecessary dependencies on vocdec

Commit 0d1229f1d2b8f26dd50c6be7917bb8ed8cb95364 factored the main part
of the voc demuxer's read_packet function out; yet when this Libav
commit was merged in f99195d56f4aab266926724ca1cfae822df4df16, the
dependency of the other users of this function on vocdec.o was
unnecessarily kept. This commit fixes this.

While just at it, also disable the data only used by the voc demuxer
and muxer in voc.c if both of them are disabled.

Reviewed-by: Paul B Mahol <onemda@gmail.com>
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
libavformat/Makefile
libavformat/voc.c