We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 158c797 commit d668d96Copy full SHA for d668d96
1 file changed
.github/scripts/Linux/install_ffmpeg.sh
@@ -58,8 +58,6 @@ install_svt() {
58
cmake --build . --parallel && sudo cmake --install . || exit 1 )
59
# libsvtav1 in FFmpeg upstream, for SVT-HEVC now our custom patch in ffmpeg-patches
60
# if patch apply fails, try increasing $FFMPEG_GIT_DEPTH
61
- git am -3 SVT-AV1/.gitlab/workflows/linux/\
62
-0001-avcodec-libsvtav1-rename-aq_mode-for-v4.0.0.patch
63
git am -3 SVT-VP9/ffmpeg_plugin/master-*.patch
64
}
65
0 commit comments