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

Fix libvpx encoder missing and make SVT-HEVC only opt-in #679

Merged
merged 3 commits into from
Mar 30, 2023

Conversation

AnimMouse
Copy link
Contributor

The --enable-libvpx was located inside the if [[ $build_svt = y ]]; then conditional so disabling SVT will disable libvpx also, this will move --enable-libvpx outside that conditional.
Fixes AnimMouse/ffmpeg-autobuild#627

SVT-HEVC are the only one that can cause breakage, other SVTs are pretty much stable, this will make SVT-HEVC only opt-in and allows other SVTs like SVT-AV1 to get built.
This will rename the variable $build_svt to $build_svt_hevc and rename the command line option --build-svt to --build-svt-hevc.

Fixes #603, fixes #413, fixes #630.

@rdp rdp merged commit 96b1f11 into rdp:master Mar 30, 2023
@rdp
Copy link
Owner

rdp commented Mar 30, 2023

Not sure how I missed that, thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants