From 98515da3467ad722279c79804746201ccac998fa Mon Sep 17 00:00:00 2001 From: Martin Pulec Date: Fri, 20 Jun 2025 12:36:32 +0200 Subject: [PATCH] CI FFmpeg Linux: fix libsvt_vp9 now without the patch --- .github/scripts/Linux/download_build_ffmpeg.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/scripts/Linux/download_build_ffmpeg.sh b/.github/scripts/Linux/download_build_ffmpeg.sh index 6e1641748..40a31e9d5 100755 --- a/.github/scripts/Linux/download_build_ffmpeg.sh +++ b/.github/scripts/Linux/download_build_ffmpeg.sh @@ -27,6 +27,9 @@ install_svt() { # libsvtav1 in FFmpeg upstream, for SVT-HEVC now our custom patch in ffmpeg-patches # if patch apply fails, try increasing $FFMPEG_GIT_DEPTH 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