Update build.sh

This commit is contained in:
Daniel Stankewitz 2020-12-30 19:55:54 +01:00 committed by GitHub
parent ed7b3ce6e2
commit 78d4b35ede
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -24,7 +24,7 @@ function build {
} }
function build_nvenc { function build_nvenc {
git clone -b sdk/9.0 git://github.com/FFmpeg/nv-codec-headers.git $SRC/ffnvcodec git clone -b sdk/9.1 git://github.com/FFmpeg/nv-codec-headers.git $SRC/ffnvcodec
cd $SRC/ffnvcodec cd $SRC/ffnvcodec
make PREFIX=$BUILD install make PREFIX=$BUILD install
add_comp nvenc add_comp nvenc