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
1041
1041
LDFLAGS+=" -L/usr/local/cuda/lib64"
1042
1042
CONFIGURE_OPTIONS+=(" --enable-cuda-nvcc" " --enable-cuvid" " --enable-nvdec" " --enable-nvenc" " --enable-cuda-llvm" " --enable-ffnvcodec" )
1043
1043
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
+
1047
1048
if [ -z " $CUDA_COMPUTE_CAPABILITY " ]; then
1048
1049
# Set default value if no compute capability was found
1049
1050
# Note that multi-architecture builds are not supported in ffmpeg
You can’t perform that action at this time.
0 commit comments