-
Notifications
You must be signed in to change notification settings - Fork 44
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
Skipping parts #29
Comments
there's not a straight forward way of doing it you'd have to comment out the fontconfig and libass lines from build.sh, and delete the --enable-libass argument from build/build-ffmpeg.sh Having said that I'm not sure fontconfig is part of the libass build it builds after it so what's the issue with fontconfig, I've done a fast build of fontconfig and that worked (doing a full rebuild to see if that errors) |
I'm getting this:
|
Looks like its picking up an Intel only version of libfreetype from somewhere from your build directory what does
give it should show
You didn't set Terminal to run using Rosetta way back when Apple Silicon was new, it was a thing people would do before Brew supported Apple Silicon it can cause issues like this ? |
I think you're right, I'm also seeing these warnings:
I'll check my brew installation |
Hi! Thanks for this project, trying to get a build going now.
I'm getting an error on fontconfig, which I assume is part of libass? I don't actually need subtitle support in my ffmpeg build (audio only) so is there a way to skip fontconfig and libass?
Where can I see what other parts can be skipped? I would prefer a build that is as small as possible.
The text was updated successfully, but these errors were encountered: