-
-
Notifications
You must be signed in to change notification settings - Fork 70
ant build and run fail because ffmpeg is missing in downloads folder #319
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
Comments
In GitLab by @pr1metine on Jan 5, 2022, 13:11 Hi @emlama and anyone else reading, As pointed out by you, one could just use the x64 ffmpeg binaries without any apparent drawbacks. As a temporary workaround, I would therefore advice the devs behind processing to make a copy of |
Created by: benfry Ah, actually the bug here is that the |
In GitLab by @pr1metine on Jan 6, 2022, 21:02 Ahh, makes sense. I could also work on porting Processing to Apple Silicon. No promises although I am going to try my best. |
Created by: benfry Ok, just checked in a change that should handle this properly. |
Created by: github-actions[bot] This issue has been automatically locked. To avoid confusion with reports that have already been resolved, closed issues are automatically locked 30 days after the last comment. Please open a new issue for related bugs. |
Created by: emlama
Description
It looks like the downloads folder for ffmpeg is missing a target for M1 macs (
aarch64
). I'm getting this when I runant build
.Expected Behavior
The file downloads correctly.
Current Behavior
The build fails.
I'm not sure how that downloads folder is maintained, but in the meantime, I was able to unblock myself by pointing my
build.xml
athttps://evermeet.cx/ffmpeg/
.Steps to Reproduce
ant build
on an M1 Macbook ProThe text was updated successfully, but these errors were encountered: