mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-02 09:52:27 -04:00
protect against HAVE_CV
This commit is contained in:
parent
49a86f7eec
commit
3a3156af58
@ -62,6 +62,9 @@ init_libgrutil() {
|
||||
initialized = true;
|
||||
|
||||
FrameRateMeter::init_type();
|
||||
|
||||
#ifdef HAVE_CV
|
||||
AviTexture::init_type();
|
||||
#endif // HAVE_CV
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user