Browse Source

protect against HAVE_CV

David Rose 20 years ago
parent
commit
3a3156af58
1 changed files with 3 additions and 0 deletions
  1. 3 0
      panda/src/grutil/config_grutil.cxx

+ 3 - 0
panda/src/grutil/config_grutil.cxx

@@ -62,6 +62,9 @@ init_libgrutil() {
   initialized = true;
 
   FrameRateMeter::init_type();
+
+#ifdef HAVE_CV
   AviTexture::init_type();
+#endif // HAVE_CV
 }