-
Notifications
You must be signed in to change notification settings - Fork 93
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
Stack overflow on Windows #9
Comments
[target.x86_64-pc-windows-msvc]
rustflags = ["-C", "link-arg=/STACK:4194304"] |
See #12 |
Why is this still not merged? :( |
I also just got hit by this - it would be great if #12 can be merged |
Ah, it's looking like maybe the original ffmpeg-sys project that this was forked from might have come back to life, since it looks like there's active development there, including a fix for this issue: meh/rust-ffmpeg-sys#94 |
Hey, I forked the sys crate and the ffmpeg-next crate and merged most of the current merge requests of both crates. If you have no problem with using a non crates.io crate, you can use this one. I will keep merging pull requests because these repositories seem mostly abandonded. |
This is happening in my CI: https://github.com/leo60228/hsmusicifier/runs/1751852366?check_suite_focus=true
I use Linux, so I'm not able to debug this further currently.
The text was updated successfully, but these errors were encountered: