|
@@ -46,8 +46,10 @@ init_libvision() {
|
|
|
initialized = true;
|
|
initialized = true;
|
|
|
|
|
|
|
|
WebcamVideo::init_type();
|
|
WebcamVideo::init_type();
|
|
|
|
|
+#ifdef IS_LINUX
|
|
|
WebcamVideoCursorV4L::init_type();
|
|
WebcamVideoCursorV4L::init_type();
|
|
|
WebcamVideoV4L::init_type();
|
|
WebcamVideoV4L::init_type();
|
|
|
|
|
+#endif
|
|
|
|
|
|
|
|
#ifdef HAVE_OPENCV
|
|
#ifdef HAVE_OPENCV
|
|
|
OpenCVTexture::init_type();
|
|
OpenCVTexture::init_type();
|