[FFmpeg-devel] [PATCH] avcodec/adpcm: consolidate tables into adpcm_data.c
Zane van Iperen
zane at zanevaniperen.com
Tue Mar 10 17:10:39 EET 2020
On Tue, 10 Mar 2020 15:47:08 +0100
"Moritz Barsnick" <barsnick at gmx.net> wrote:
> On Tue, Mar 10, 2020 at 14:15:26 +0000, Zane van Iperen wrote:
> > It was just to clean things up a bit by keeping them together.
> > Otherwise, 'tis no matter.
>
> Does it actually build? Nothing seems to depend on adpcm_data.o.
>
> Moritz
Yep, builds and tests fine on my machine.
As for dependencies, seems there's 48 references to adpcm_data.o, all in
libavcodec/Makefile:
$ git grep adpcm_data\\.o libavcodec/ | wc -l
48
$ git grep adpcm_data\\.o libavcodec/ | cut -d':' -f1 | sort -u
libavcodec/Makefile
Zane
More information about the ffmpeg-devel
mailing list