2019-09-25 03:58:38 +08:00
|
|
|
diff --git a/modules/videoio/CMakeLists.txt b/modules/videoio/CMakeLists.txt
|
2021-01-29 11:23:57 +08:00
|
|
|
index a31d969..fa779e4 100644
|
2019-09-25 03:58:38 +08:00
|
|
|
--- a/modules/videoio/CMakeLists.txt
|
|
|
|
+++ b/modules/videoio/CMakeLists.txt
|
|
|
|
@@ -1,3 +1,4 @@
|
|
|
|
+cmake_minimum_required(VERSION 3.3)
|
2021-01-23 04:13:33 +08:00
|
|
|
set(VIDEOIO_PLUGIN_LIST "" CACHE STRING "List of videoio backends to be compiled as plugins (ffmpeg, gstreamer, mfx, msmf or special value 'all')")
|
2019-09-25 03:58:38 +08:00
|
|
|
set(VIDEOIO_ENABLE_PLUGINS "ON" CACHE BOOL "Allow building videoio plugin support")
|
|
|
|
set(VIDEOIO_ENABLE_STRICT_PLUGIN_CHECK "ON" CACHE BOOL "Make sure OpenCV version is the same in plugin and host code")
|