-
Notifications
You must be signed in to change notification settings - Fork 6.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[ffmpeg] build failure #19647
Comments
Can you please add option Thanks. |
|
Can you please pull the latest and rerun bootstrap script then try again? Thanks. |
Still the same issue Installing ports different than ffmpeg works, it must be something related to this specific port. Even a lean install of ffmpeg:x64-windows-static throws the same error. |
I havent updated vcpkg-cmake:x64-windows and vcpkg-cmake-config:x64-windows because updating these also recompiles qt framework which takes quite a bit of time. Could it be because of this? x86 installation also fails with the same error though. |
This is the same as #19260. Unfortunately vcpkg versioning is defective by design in classic mode. To fix this, you will need to update the vcpkg-cmake port to the latest. |
Yes, please re-install |
this fixed it |
Host Environment
To Reproduce
Steps to reproduce the behavior:
vcpkg install ffmpeg[avcodec,avdevice,avfilter,avformat,avresample,bzip2,core,fdk-aac,ffmpeg,freetype,gpl,lzma,mp3lame,nonfree,nvcodec,opencl,opengl,openh264,openjpeg,openssl,opus,postproc,sdl2,snappy,swresample,swscale,vorbis,vpx,x265,zlib]:x64-windows-static
Failure logs
No stderr output and stdout looks fine. Error is :
Unknown CMake command "vcpkg_cmake_get_vars"
.Additional context
Related PR(presumably): #16706, rollup: #19469
The text was updated successfully, but these errors were encountered: