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 eb72497 commit 9aee19cCopy full SHA for 9aee19c
build-ffmpeg
@@ -873,7 +873,7 @@ if [[ "$OSTYPE" == "linux-gnu" ]]; then
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"
875
execute make PREFIX="${WORKSPACE}"
876
- execute make install PREFIX="${WORKSPACE}"
+ execute make PREFIX="${WORKSPACE}/usr" install
877
build_done "nv-codec" "11.1.5.2"
878
fi
879
CFLAGS+=" -I/usr/local/cuda/include"
0 commit comments