We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5396cd commit 4d3a6f6Copy full SHA for 4d3a6f6
build/media-suite_compile.sh
@@ -1808,10 +1808,6 @@ if [[ $ffmpeg != "no" ]]; then
1808
1809
# See issue https://github.com/OpenVisualCloud/SVT-AV1/issues/567 for the reasons behind the follow codeblock:
1810
# start of SVT-AV1 temporary measures
1811
- if enabled libsvtav1 && enabled libsvthevc; then
1812
- do_print_progress "Until SVT-AV1 issues a fix, libsvtav1 must be disabled while libsvthevc is enabled."
1813
- do_removeOption --enable-libsvtav1
1814
- fi
1815
if enabled libsvtav1; then
1816
if enabled libaom && enabled libopencore-amrwb; then
1817
do_print_progress "Until SVT-AV1 issues a fix, libaom & libopencore-amrwb must be disabled while libsvtav1 is enabled."
0 commit comments