• Andreas Rheinhardt's avatar
    avcodec/vvc/vvc_intra: Move utils out of vvc_intra.c · 33a3a23b
    Andreas Rheinhardt authored
    Otherwise vvc_intra.o gets pulled in by the vvc_mc checkasm
    test and it in turn pulls vvc_ctu.o and then the rest of vvcdec
    and 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 as a DLL and this breaks checkasm because it links
    both lavc and lavu statically.
    Signed-off-by: 's avatarAndreas Rheinhardt <andreas.rheinhardt@outlook.com>
    33a3a23b
Makefile 976 Bytes