From cf6f6f66425fc1b0157e6047581e00c315bbcdaf Mon Sep 17 00:00:00 2001 From: Daniel Stankewitz Date: Tue, 25 Aug 2020 22:24:26 +0200 Subject: [PATCH] Update build.sh switched to nvenc sdk 9.1 and old libmfx --- build.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 1cecc7c..f3803d4 100644 --- a/build.sh +++ b/build.sh @@ -25,6 +25,7 @@ function build { function build_nvenc { git clone git://github.com/FFmpeg/nv-codec-headers.git $SRC/ffnvcodec + git checkout sdk/9.1 cd $SRC/ffnvcodec make PREFIX=$BUILD install add_comp nvenc @@ -39,7 +40,7 @@ function build_amf { function build_mfx { git clone https://github.com/lu-zero/mfx_dispatch.git $SRC/libmfx cd $SRC/libmfx - # git checkout c200d833e25a91e3e49d69890dac1ffa3486cbe9 + git checkout c200d833e25a91e3e49d69890dac1ffa3486cbe9 if [[ ! -f "configure" ]]; then autoreconf -fiv || exit 1 fi