Re: [FFmpeg-devel] [PATCH 1/6] avcodec/aacenc: Move initializing DSP out of aacenc.c

2024-03-01 Thread Andreas Rheinhardt
Andreas Rheinhardt: > Otherwise aacenc.o gets pulled in by the aacencdsp checkasm > test and it in turn pulls the rest of lavc in. > Besides being bad size-wise this also has the downside that > it pulls in avpriv_(cga|vga16)_font from libavutil which are > marked as being imported from another lib

[FFmpeg-devel] [PATCH 1/6] avcodec/aacenc: Move initializing DSP out of aacenc.c

2024-02-28 Thread Andreas Rheinhardt
Otherwise aacenc.o gets pulled in by the aacencdsp checkasm test and it in turn pulls the rest of lavc in. Besides being bad size-wise this also has the downside that it pulls in avpriv_(cga|vga16)_font from libavutil which are marked as being imported from another library when building libavcodec