On Tue, 10 Mar 2020 15:47:08 +0100
"Moritz Barsnick" <barsn...@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

_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel

To unsubscribe, visit link above, or email
ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".

Reply via email to