mirror of https://github.com/FFmpeg/FFmpeg.git
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>
|
||
|---|---|---|
| .. | ||
| .gitignore | ||
| drawutils.c | ||
| drawvg.c | ||
| filtfmts.c | ||
| formats.c | ||
| integral.c | ||