Skip to content

Commit 3065a61

Browse files
author
Markus Perl
committed
Multiple packages updated
1 parent 150e6c0 commit 3065a61

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build-ffmpeg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -783,7 +783,7 @@ if ! $DISABLE_LV2 ; then
783783
execute ninja -C build install
784784
build_done "sratom" $CURRENT_PACKAGE_VERSION
785785
fi
786-
if build "lilv" "0.24.24"; then
786+
if build "lilv" "0.24.16"; then
787787
download "https://gitlab.com/lv2/lilv/-/archive/v$CURRENT_PACKAGE_VERSION/lilv-v$CURRENT_PACKAGE_VERSION.tar.gz" "lilv-v$CURRENT_PACKAGE_VERSION.tar.gz"
788788
execute meson build --prefix="${WORKSPACE}" --buildtype=release --default-library=static --libdir="${WORKSPACE}"/lib
789789
execute ninja -C build
@@ -1012,7 +1012,7 @@ fi
10121012

10131013
if [[ "$OSTYPE" == "linux-gnu" ]]; then
10141014
if command_exists "nvcc"; then
1015-
if build "nv-codec" "12.1.14.0"; then
1015+
if build "nv-codec" "11.1.5.3"; then
10161016
download "https://github.com/FFmpeg/nv-codec-headers/releases/download/n$CURRENT_PACKAGE_VERSION/nv-codec-headers-$CURRENT_PACKAGE_VERSION.tar.gz"
10171017
execute make PREFIX="${WORKSPACE}"
10181018
execute make PREFIX="${WORKSPACE}" install

0 commit comments

Comments
 (0)