Skip to content

Commit 4d3a6f6

Browse files
committed
FFmpeg: Don't disable libsvtav1 and libsvthevc
OpenVisualCloud/SVT-HEVC#429
1 parent b5396cd commit 4d3a6f6

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

build/media-suite_compile.sh

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1808,10 +1808,6 @@ if [[ $ffmpeg != "no" ]]; then
18081808

18091809
# See issue https://github.com/OpenVisualCloud/SVT-AV1/issues/567 for the reasons behind the follow codeblock:
18101810
# 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
18151811
if enabled libsvtav1; then
18161812
if enabled libaom && enabled libopencore-amrwb; then
18171813
do_print_progress "Until SVT-AV1 issues a fix, libaom & libopencore-amrwb must be disabled while libsvtav1 is enabled."

0 commit comments

Comments
 (0)