You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ffmpeg checks for SSL_library_init in configure and this has been deprecated in 1.1.0. Maybe someone should tell them to update their configure script....
you can use this patch to make it work (just drop the .txt extension and drop it into the ffmpeg port folder) 0002-detect-openssl.patch.txt
Patches from @Neumann-A still needed when using FFmpeg 5.0.
This ias a special case as I'm doing manual compilation with msys2, rather than vcpkg ffmpeg.
Thanks anyways v useful.
Host Environment
To Reproduce
Steps to reproduce the behavior:
vcpkg install ffmpeg[openssl]:x64-windows
Failure logs
Additional context
This started failing in the last day or two. All other ffmpeg features still build fine with x64-windows.
The text was updated successfully, but these errors were encountered: