Global CMake reorganization:
[~] Automatically tracked dependencies between modules [+] Support for optional module dependencies [+] Options to choose modules to build [~] Removed hardcoded modules lists from OpenCVConfig.cmake, opencv.pc and OpenCV.mk [+] Added COMPONENTS support for FIND_PACKAGE(OpenCV) [~] haartraining and traincascade are moved outside of modules folder since they aren't the modules
This commit is contained in:
@@ -221,7 +221,6 @@ make & enjoy!
|
||||
//
|
||||
//M*/
|
||||
|
||||
#include "highgui.h"
|
||||
#include "precomp.hpp"
|
||||
|
||||
#if !defined WIN32 && defined HAVE_LIBV4L
|
||||
@@ -393,6 +392,7 @@ static void icvInitCapture_V4L() {
|
||||
|
||||
|
||||
static int try_init_v4l(CvCaptureCAM_V4L* capture, char *deviceName)
|
||||
|
||||
{
|
||||
|
||||
// if detect = -1 then unable to open device
|
||||
|
Reference in New Issue
Block a user