Skip to content

Commit 356fe4c

Browse files
author
Markus Perl
committed
libnpp disabled
1 parent faac55c commit 356fe4c

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
@@ -1042,7 +1042,7 @@ if [[ "$OSTYPE" == "linux-gnu" ]]; then
10421042
CONFIGURE_OPTIONS+=("--enable-cuda-nvcc" "--enable-cuvid" "--enable-nvdec" "--enable-nvenc" "--enable-cuda-llvm" "--enable-ffnvcodec")
10431043

10441044
if [ -z "$LDEXEFLAGS" ]; then
1045-
CONFIGURE_OPTIONS+=("--enable-libnpp") # Only libnpp cannot be statically linked.
1045+
# CONFIGURE_OPTIONS+=("--enable-libnpp") # Only libnpp cannot be statically linked.
10461046
fi
10471047
if [ -z "$CUDA_COMPUTE_CAPABILITY" ]; then
10481048
# Set default value if no compute capability was found

0 commit comments

Comments
 (0)