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

What's the issue with just compiling the damn thing? #22

Open
ultratiem opened this issue Nov 13, 2023 · 3 comments
Open

What's the issue with just compiling the damn thing? #22

ultratiem opened this issue Nov 13, 2023 · 3 comments

Comments

@ultratiem
Copy link

ultratiem commented Nov 13, 2023

Just release a complied binary. whats the problem???

prepare workspace
use 10 cpu threads

compile cmake
took 143s

compile pkg-config
took 45s

compile FriBidi
took 7s

compile zlib
took 2s

compile libpng
took 5s

compile brotli
took 5s

compile freetype
took 9s

compile harfbuzz
took 14s

compile libass
took 5s

compile fdk-aac
took 49s

compile x265
took 27s

compile svt-av1
took 10s

compile ogg
took 2s

compile vorbis
took 3s

compile aom
took 149s

compile openh264
took 6s

compile x264
took 8s

compile vpx
took 11s

compile lame (mp3)
took 15s

compile opus
took 8s

compile ffmpeg
check failed: build ffmpeg

Super useful error message.

@Vargol
Copy link
Owner

Vargol commented Nov 15, 2023

Hi,
All the builds have their own log file, perhaps you should check those for a useful error message.
What you're probably hitting is an issue with SVT-AV1 who have managed to use duplicate symbol names to libaom's av1 library.
Waiting for them to push that fix ATM.

I can't release a binary, fdk-aac is a non free library and I'd be breaking the law if I did so.

@AnimaInCorpore
Copy link

Adding --disable-htmlpages to the ./configure arguments in the ./build/build-ffmpeg.sh script did the trick for me.

@Mennaruuk
Copy link

@Vargol You can just build the FFMPEG binary without including fdk-aac. That's how distros like Debian do it. The benefits of providing an FFMPEG build that supports Silicon Macs outweighs any potential gains in the resulting AAC quality.

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

4 participants