mirror of
https://github.com/opencv/opencv.git
synced 2026-07-29 07:13:02 +04:00
little fix: "and" => "AND"
This commit is contained in:
+1
-1
@@ -1480,7 +1480,7 @@ message(STATUS " Video I/O: QTKit")
|
||||
endif()
|
||||
endif()
|
||||
|
||||
if(WIN32 and HAVE_VIDEOINPUT)
|
||||
if(WIN32 AND HAVE_VIDEOINPUT)
|
||||
message(STATUS "")
|
||||
message(STATUS " Video I/O: DirectShow")
|
||||
endif()
|
||||
|
||||
Reference in New Issue
Block a user