Skip to content

meson: Fix for link error with MSVC

Seungha Yang requested to merge seungha.yang/ffmpeg:msvc-link-fix into meson-4.4

Depending on build option, linker will complain about bunch of unresolved symbols which may result in build error. That's actually valid error but we can guide linker so that unresolved symbols can be ignored by /FORCE:UNRESOLVED option

Merge request reports