From 485851ffcd4bddac2e45a323ecc5016f26baf855 Mon Sep 17 00:00:00 2001 From: Martin Pulec Date: Tue, 17 Feb 2026 09:30:45 +0100 Subject: [PATCH] CI Linux FFmpeg: drop no longer needed workaround added by the commit 98515da3 in 20th Jun 2025 - effectively reverted (but the script was renamed in the meantime) --- .github/scripts/Linux/install_ffmpeg.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/scripts/Linux/install_ffmpeg.sh b/.github/scripts/Linux/install_ffmpeg.sh index b0717c6bd..a80e490d0 100755 --- a/.github/scripts/Linux/install_ffmpeg.sh +++ b/.github/scripts/Linux/install_ffmpeg.sh @@ -61,9 +61,6 @@ install_svt() { git am -3 SVT-AV1/.gitlab/workflows/linux/\ 0001-avcodec-libsvtav1-rename-aq_mode-for-v4.0.0.patch git am -3 SVT-VP9/ffmpeg_plugin/master-*.patch - # TOD TOREMOVE when not needed - sed 's/\* avctx->ticks_per_frame//' libavcodec/libsvt_vp9.c >fix - mv fix libavcodec/libsvt_vp9.c } # The NV Video Codec SDK headers version 12.0 implies driver v520.56.06 in Linux