mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-02 09:52:27 -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;
|
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();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user