Update build.sh
This commit is contained in:
parent
89110385a6
commit
d2efe9c7de
3
build.sh
3
build.sh
@ -24,8 +24,7 @@ function build {
|
|||||||
}
|
}
|
||||||
|
|
||||||
function build_nvenc {
|
function build_nvenc {
|
||||||
git clone git://github.com/FFmpeg/nv-codec-headers.git $SRC/ffnvcodec
|
git clone -b sdk/9.0 git://github.com/FFmpeg/nv-codec-headers.git $SRC/ffnvcodec
|
||||||
# git checkout sdk/9.0
|
|
||||||
cd $SRC/ffnvcodec
|
cd $SRC/ffnvcodec
|
||||||
make PREFIX=$BUILD install
|
make PREFIX=$BUILD install
|
||||||
add_comp nvenc
|
add_comp nvenc
|
||||||
|
Loading…
x
Reference in New Issue
Block a user