mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-01 01:07:51 -04:00
Compile fix for non-Linux systems
This commit is contained in:
parent
99f238f0a3
commit
966d467ab2
@ -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();
|
||||
|
Loading…
x
Reference in New Issue
Block a user