Change #254113
| Category | ffmpeg |
| Changed by | Ayose <ayosec@gmail.com> |
| Changed at | Sun 04 Jan 2026 14:42:20 |
| Repository | https://git.ffmpeg.org/ffmpeg.git |
| Project | ffmpeg |
| Branch | master |
| Revision | 120987543aec040721c9e2b3a983c772b3464049 |
Comments
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>
Changed files
- libavfilter/tests/drawvg.c