]> git.sesse.net Git - ffmpeg/commit
avcodec/Makefile: Remove FLAC dependencies on vorbis_data
authorAndreas Rheinhardt <andreas.rheinhardt@gmail.com>
Thu, 7 Jan 2021 01:00:26 +0000 (02:00 +0100)
committerAndreas Rheinhardt <andreas.rheinhardt@gmail.com>
Thu, 21 Jan 2021 18:02:18 +0000 (19:02 +0100)
commitd64828c8afe496c0fdb42499309b59ac175b7971
treefb80143149372ccea320f0ea40a63ebfccec0458
parent21b4b90475f61e4204d20c4f228c0c633d1b040a
avcodec/Makefile: Remove FLAC dependencies on vorbis_data

2ef2496cd19eb833f4ad22a5051c11be80d09598 used ff_vorbis_channel_layouts
in flac.c, but added a dependency to the FLAC decoder only; lateron
aba0278e9fe8e66c078588efe66f6af4db432770 added the dependency of the
FLAC parser and encoder on vorbis_data.o. Yet when the original commit
was reverted in aba0278e9fe8e66c078588efe66f6af4db432770, the two other
dependencies were not removed. This commit fixes this.

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