-
Notifications
You must be signed in to change notification settings - Fork 96
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
Trouble building on target i686-pc-windows-msvc
#42
Comments
The build job log -attached to the link- is no longer available |
Tried to fix this issue by switching to vcpkg's ffmpeg but another issue is coming which is related to channel_layout.h header, i.e. #51 |
So I tried to fix this on mac. I ran the command "brew install ffmpeg" and the code now gets built. I don't understand, is it running because ffmpeg is installed onto my machine or is that the way? |
On trying to setup with windows, the following error is observed
EXEC : error : failed to run custom build command for
ffmpeg-sys-next v5.0.1`The actual error is
thread 'main' panicked at called Option::unwrap() on a None value, C:\..\ffmpeg-sys-next-5.0.1\build.rs:210:46
The error originated when the compilation was done with the
build
featureI observed this error as part of a continuous integration build fail on windows.
url: https://github.com/CCExtractor/ccextractor/runs/7147475795?check_suite_focus=true
The text was updated successfully, but these errors were encountered: