File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments