diff --git a/scripts/build-deps.sh b/scripts/build-deps.sh index fd9e859..0351b66 100755 --- a/scripts/build-deps.sh +++ b/scripts/build-deps.sh @@ -17,7 +17,7 @@ elif [ "$ARCH" == "aarch64" ]; then elif [ "$ARCH" == "x86_64" ]; then # We need to install the NVDEC headers cd /opt/nv-codec-headers - make install PREFIX=/usr + make install # Enable NVDEC decoders EXTRA_FFMPEG_ARGS="--enable-nvdec --enable-hwaccel=h264_nvdec --enable-hwaccel=hevc_nvdec"