Skip to content

Commit 9aee19c

Browse files
authored
Update build-ffmpeg
1 parent eb72497 commit 9aee19c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build-ffmpeg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -873,7 +873,7 @@ if [[ "$OSTYPE" == "linux-gnu" ]]; then
873873
if build "nv-codec" "11.1.5.2"; then
874874
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}"
876-
execute make install PREFIX="${WORKSPACE}"
876+
execute make PREFIX="${WORKSPACE}/usr" install
877877
build_done "nv-codec" "11.1.5.2"
878878
fi
879879
CFLAGS+=" -I/usr/local/cuda/include"

0 commit comments

Comments
 (0)