Skip to content

Commit 4e71acc

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

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

build-ffmpeg

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1041,9 +1041,10 @@ if [[ "$OSTYPE" == "linux-gnu" ]]; then
10411041
LDFLAGS+=" -L/usr/local/cuda/lib64"
10421042
CONFIGURE_OPTIONS+=("--enable-cuda-nvcc" "--enable-cuvid" "--enable-nvdec" "--enable-nvenc" "--enable-cuda-llvm" "--enable-ffnvcodec")
10431043

1044-
if [ -z "$LDEXEFLAGS" ]; then
1045-
# CONFIGURE_OPTIONS+=("--enable-libnpp") # Only libnpp cannot be statically linked.
1046-
fi
1044+
# if [ -z "$LDEXEFLAGS" ]; then
1045+
# CONFIGURE_OPTIONS+=("--enable-libnpp") # Only libnpp cannot be statically linked.
1046+
# fi
1047+
10471048
if [ -z "$CUDA_COMPUTE_CAPABILITY" ]; then
10481049
# Set default value if no compute capability was found
10491050
# Note that multi-architecture builds are not supported in ffmpeg

0 commit comments

Comments
 (0)