CI FFmpeg Linux: fix libsvt_vp9

now without the patch
This commit is contained in:
Martin Pulec
2025-06-20 12:36:32 +02:00
parent e88251ec73
commit 98515da346

View File

@@ -27,6 +27,9 @@ install_svt() {
# libsvtav1 in FFmpeg upstream, for SVT-HEVC now our custom patch in ffmpeg-patches # libsvtav1 in FFmpeg upstream, for SVT-HEVC now our custom patch in ffmpeg-patches
# if patch apply fails, try increasing $FFMPEG_GIT_DEPTH # if patch apply fails, try increasing $FFMPEG_GIT_DEPTH
git am -3 SVT-VP9/ffmpeg_plugin/master-*.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 # The NV Video Codec SDK headers version 12.0 implies driver v520.56.06 in Linux