1 | initial version |
In the CMakeLists.txt file (opencv/sources):
...
OCV_OPTION(WITH_GSTREAMER "Include Gstreamer support" ON IF (UNIX AND NOT APPLE AND NOT ANDROID) )
2 | No.2 Revision |
In the CMakeLists.txt file (opencv/sources):
...
OCV_OPTION(WITH_GSTREAMER "Include Gstreamer support" ON IF (UNIX(UNIX AND NOT APPLE AND NOT ANDROID) )
3 | No.3 Revision |
In the CMakeLists.txt file (opencv/sources):
...
(opencv/sources): ... OCV_OPTION(WITH_GSTREAMER "Include Gstreamer support" ON IF (UNIX AND NOT APPLE AND NOT ANDROID) )
4 | No.4 Revision |
In the CMakeLists.txt file (opencv/sources):
...
(opencv/sources):
...
OCV_OPTION(WITH_GSTREAMER "Include Gstreamer support" ON IF (UNIX AND NOT APPLE AND NOT ANDROID) )