adds vid.stab del package

This commit is contained in:
Hyatt 2024-02-04 15:10:17 -06:00
parent 9b1ac65de0
commit 3cf77e5222
Signed by: nhyatt
GPG Key ID: C50D0BBB5BC40BEA

View File

@ -50,7 +50,7 @@ podTemplate(
sh """
cd ${workspace}/ffmpeg
sed -r -i -e 's~^LDFLAGS="-L\\\$WORKSPACE\\/lib"\$~LDFLAGS="-L\\\$WORKSPACE\\/lib -L\\\$WORKSPACE\\/lib64"~g' ./build-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
"""
}