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

build errors in windows #77

Open
ZohebMOPO opened this issue Jan 11, 2024 · 1 comment
Open

build errors in windows #77

ZohebMOPO opened this issue Jan 11, 2024 · 1 comment

Comments

@ZohebMOPO
Copy link

The program runs fine and builds fine in Mac. When I run it on my windows machine after setting up the necessary ffmpeg environment variables. It shows build command error. I can't seem to figure out, what's causing the error. I am using the ffmpeg-shared-6.0.1
image

@operutka
Copy link
Member

The build script requires cc to be available in your PATH env. variable (either gcc or msvc depending on your build environment). It uses it to sniff the FFmpeg libs for available features. Though I'm not sure if that's even possible with MSVC. I'm not a Windows dev.

Anyway, the whole build script has been redesigned to use the cc crate and make it more platform independent. It just hasn't been released yet. You can try using the latest version from the master branch of this repo.

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

2 participants