File tree Expand file tree Collapse file tree 1 file changed +0
-17
lines changed Expand file tree Collapse file tree 1 file changed +0
-17
lines changed Original file line number Diff line number Diff line change @@ -108,23 +108,6 @@ function(make_torchcodec_libraries
108108 )
109109
110110 if (ENABLE_CUDA)
111- # Try to find NVCUVID. Try the normal way first. This should work locally.
112- find_library (NVCUVID_LIBRARY NAMES nvcuvid)
113- # If not found, try with version suffix, or hardcoded path. Appears
114- # to be necessary on the CI.
115- if (NOT NVCUVID_LIBRARY)
116- find_library (NVCUVID_LIBRARY NAMES nvcuvid.1 PATHS /usr/lib64 /usr/lib)
117- endif ()
118- if (NOT NVCUVID_LIBRARY)
119- set (NVCUVID_LIBRARY "/usr/lib64/libnvcuvid.so.1" )
120- endif ()
121-
122- if (NVCUVID_LIBRARY)
123- message (STATUS "Found NVCUVID: ${NVCUVID_LIBRARY} " )
124- else ()
125- message (FATAL_ERROR "Could not find NVCUVID library" )
126- endif ()
127-
128111 list (APPEND core_library_dependencies
129112 ${CUDA_nppi_LIBRARY}
130113 ${CUDA_nppicc_LIBRARY}
You can’t perform that action at this time.
0 commit comments