Compile fix for non-Linux systems

This commit is contained in:
rdb 2010-06-23 09:04:50 +00:00
parent 99f238f0a3
commit 966d467ab2

View File

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