Skip to content

meson: Fix static build on Windows

Seungha Yang requested to merge seungha.yang/ffmpeg:win-static-build into meson-6.0

Fixing undefined "BUILDSUF" error when resource compilation. The root cause perhaps is that BUILDSUF (and SLIBSUF) is configured later so config.h does not contain it at the time. However, the resource contains only dll version information which will be ignored in case of static library anyway.

Merge request reports