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 faac55c commit 356fe4cCopy full SHA for 356fe4c
build-ffmpeg
@@ -1042,7 +1042,7 @@ if [[ "$OSTYPE" == "linux-gnu" ]]; then
1042
CONFIGURE_OPTIONS+=("--enable-cuda-nvcc" "--enable-cuvid" "--enable-nvdec" "--enable-nvenc" "--enable-cuda-llvm" "--enable-ffnvcodec")
1043
1044
if [ -z "$LDEXEFLAGS" ]; then
1045
- CONFIGURE_OPTIONS+=("--enable-libnpp") # Only libnpp cannot be statically linked.
+ # CONFIGURE_OPTIONS+=("--enable-libnpp") # Only libnpp cannot be statically linked.
1046
fi
1047
if [ -z "$CUDA_COMPUTE_CAPABILITY" ]; then
1048
# Set default value if no compute capability was found
0 commit comments