From 2035241bcb9504210e1e24c8e30500812787c100 Mon Sep 17 00:00:00 2001 From: nhyatt Date: Sun, 4 Feb 2024 09:44:48 -0600 Subject: [PATCH] adds vid.stab lib --- build-ffmpeg.jenkins | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-ffmpeg.jenkins b/build-ffmpeg.jenkins index e103ee5..6d09431 100644 --- a/build-ffmpeg.jenkins +++ b/build-ffmpeg.jenkins @@ -49,7 +49,7 @@ podTemplate( writeFile(file: workspace + "/test-chamber-13.lan.root.crt", text: functions.getCurrentRootCA()) sh """ cd ${workspace}/ffmpeg - dnf install curl gcc-g++ libtool make xz python perl perl-devel openssl-devel diffutils bzip2 glibc-static libstdc++-static -y + dnf install curl gcc-g++ libtool make xz python perl perl-devel openssl-devel diffutils bzip2 glibc-static libstdc++-static vid.stab-devel -y SKIPINSTALL=yes ./build-ffmpeg --full-static --enable-gpl-and-non-free --build """ }