Skip to content
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

Open
shashwat1002 opened this issue Jul 2, 2022 · 4 comments
Open

Trouble building on target i686-pc-windows-msvc #42

shashwat1002 opened this issue Jul 2, 2022 · 4 comments

Comments

@shashwat1002
Copy link

shashwat1002 commented Jul 2, 2022

On trying to setup with windows, the following error is observed

EXEC : error : failed to run custom build command forffmpeg-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 feature

I 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

@abdoei
Copy link

abdoei commented Feb 8, 2023

The build job log -attached to the link- is no longer available
can you fix this
probably all the logs are expired

@prateekmedia
Copy link

prateekmedia commented Mar 7, 2023

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

@amrmostafa800
Copy link

amrmostafa800 commented Feb 27, 2024

image
Its Build Normal When I Test (i build from windows)
using LLVM 32 bit libclang - vcpkg ffmpeg

@sabinonweb
Copy link

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?

sabinonweb added a commit to sabinonweb/rust-ffmpeg-sys that referenced this issue Mar 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants