We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8186488 commit eb72497Copy full SHA for eb72497
build-ffmpeg
@@ -870,11 +870,11 @@ fi
870
871
if [[ "$OSTYPE" == "linux-gnu" ]]; then
872
if command_exists "nvcc"; then
873
- if build "nv-codec" "11.1.5.0"; then
874
- download "https://github.com/FFmpeg/nv-codec-headers/releases/download/n11.1.5.0/nv-codec-headers-11.1.5.0.tar.gz"
+ if build "nv-codec" "11.1.5.2"; then
+ download "https://github.com/FFmpeg/nv-codec-headers/releases/download/n11.1.5.2/nv-codec-headers-11.1.5.2.tar.gz"
875
execute make PREFIX="${WORKSPACE}"
876
execute make install PREFIX="${WORKSPACE}"
877
- build_done "nv-codec" "11.1.5.0"
+ build_done "nv-codec" "11.1.5.2"
878
fi
879
CFLAGS+=" -I/usr/local/cuda/include"
880
LDFLAGS+=" -L/usr/local/cuda/lib64"
0 commit comments