little fix: "and" => "AND"
This commit is contained in:
parent
498451872b
commit
35d5a671a2
@ -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()
|
||||
|
Loading…
x
Reference in New Issue
Block a user