mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-15 13:18:03 +08:00
9ac48a6c49
* [ffmpeg] fix linking with iconv feature * [ffmpeg] use official iconv cmake target (broken for now, needs fix in libiconv, see #11776) * [ffmpeg] fix typo in theora configuration * [ffmpeg] switch to $<NOT:$<CONFIG:Debug>> for selecting release libraries * [ffmpeg] use find_dependency(Iconv) on macos to better handle downstream REQUIRED * Bump port version. * [ffmpeg] remove iconv dependency on mac when it's not needed Patch originally provided by @cenit