Skip to content

Commit eb72497

Browse files
authored
Update build-ffmpeg
1 parent 8186488 commit eb72497

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build-ffmpeg

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -870,11 +870,11 @@ fi
870870

871871
if [[ "$OSTYPE" == "linux-gnu" ]]; then
872872
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"
873+
if build "nv-codec" "11.1.5.2"; then
874+
download "https://github.com/FFmpeg/nv-codec-headers/releases/download/n11.1.5.2/nv-codec-headers-11.1.5.2.tar.gz"
875875
execute make PREFIX="${WORKSPACE}"
876876
execute make install PREFIX="${WORKSPACE}"
877-
build_done "nv-codec" "11.1.5.0"
877+
build_done "nv-codec" "11.1.5.2"
878878
fi
879879
CFLAGS+=" -I/usr/local/cuda/include"
880880
LDFLAGS+=" -L/usr/local/cuda/lib64"

0 commit comments

Comments
 (0)