ffmpeg/libavfilter/tests
Ayose 120987543a avfilter/tests/drawvg: fix warnings on WIN32
The compiler was emitting a warning on every Cairo function replaced by
the `MOCK_FN_n` macros:

    warning: 'cairo_...': redeclared without dllimport attribute after
    being referenced with dll linkage

The macro `CAIRO_WIN32_STATIC_BUILD` prevents the attribute `dllimport` on
the declarations for these functions.

Signed-off-by: Ayose <ayosec@gmail.com>
2026-01-04 13:42:20 +00:00
..
.gitignore lavfi: add drawvg video filter. 2025-10-25 13:21:50 +00:00
drawutils.c tests: lavfi/drawutils: use av_err2str 2025-04-22 20:45:57 +02:00
drawvg.c avfilter/tests/drawvg: fix warnings on WIN32 2026-01-04 13:42:20 +00:00
filtfmts.c avfilter/avfilter: Add FFFilter, hide internals of AVFilter 2025-01-12 15:41:40 +01:00
formats.c av{codec,util}/tests: Remove pointless undefs 2025-11-24 16:48:31 +01:00
integral.c avutil/common: Don't auto-include mem.h 2024-03-31 00:08:43 +01:00