parent
cfe4a71dc6
commit
dbeb3e2968
39 changed files with 33 additions and 33 deletions
@ -1,12 +1,12 @@ |
||||
if(ANDROID OR IOS OR APPLE) |
||||
ocv_module_disable(gpucodec) |
||||
ocv_module_disable(cudacodec) |
||||
endif() |
||||
|
||||
set(the_description "GPU-accelerated Video Encoding/Decoding") |
||||
set(the_description "CUDA-accelerated Video Encoding/Decoding") |
||||
|
||||
ocv_warnings_disable(CMAKE_CXX_FLAGS /wd4127 /wd4324 /wd4512 -Wundef -Wmissing-declarations) |
||||
|
||||
ocv_add_module(gpucodec opencv_highgui) |
||||
ocv_add_module(cudacodec opencv_highgui) |
||||
|
||||
ocv_module_include_directories() |
||||
ocv_glob_module_sources() |
Loading…
Reference in new issue