Re: [FFmpeg-devel] [PATCH 03/10] avutil/common: Don't auto-include mem.h

2024-03-25 Thread Andreas Rheinhardt
Michael Niedermayer: > On Mon, Mar 25, 2024 at 02:53:17AM +0100, Andreas Rheinhardt wrote: >> There are lots of files that don't need it: The number of object >> files that actually need it went down from 2011 to 884 here. >> >> Keep it for external users in order to not cause breakages. >> >> Also

Re: [FFmpeg-devel] [PATCH 03/10] avutil/common: Don't auto-include mem.h

2024-03-25 Thread Michael Niedermayer
On Mon, Mar 25, 2024 at 02:53:17AM +0100, Andreas Rheinhardt wrote: > There are lots of files that don't need it: The number of object > files that actually need it went down from 2011 to 884 here. > > Keep it for external users in order to not cause breakages. > > Also improve the other headers