We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I have been trying to use ffmpeg-next on Windows. I've tried using both MSVC and MSYS2 approaches and in both cases I get issues.
Can anyone share a HOWTO of how to get it working? It always fails on the build step. All dependencies have been installed using MSYS2/pacman.
Most recent run: https://github.com/AlexHayton/jaenokhwa/actions/runs/10198944664/job/28214917423
It has been trivial on Linux/MacOS but Windows proves elusive
The text was updated successfully, but these errors were encountered:
My problem was that I forgot to use the x64 version of LLVM. I will try to reproduce my steps:
LIBCLANG_PATH
C:\Program Files\Microsoft Visual Studio\2022\Community\VC\Tools\Llvm\x64\bin
$env:FFMPEG_DIR
cargo build
Perhaps this will also help #160 and #138
Sorry, something went wrong.
No branches or pull requests
I have been trying to use ffmpeg-next on Windows. I've tried using both MSVC and MSYS2 approaches and in both cases I get issues.
Can anyone share a HOWTO of how to get it working? It always fails on the build step.
All dependencies have been installed using MSYS2/pacman.
Most recent run:
https://github.com/AlexHayton/jaenokhwa/actions/runs/10198944664/job/28214917423
It has been trivial on Linux/MacOS but Windows proves elusive
The text was updated successfully, but these errors were encountered: