fix compilation errors

This commit is contained in:
David Rose 2007-08-10 18:34:38 +00:00
parent 54bccad360
commit 58834b377a
3 changed files with 3 additions and 2 deletions

View File

@ -6,7 +6,7 @@
#begin lib_target
#define TARGET grutil
#define LOCAL_LIBS \
display text pgraph gobj linmath putil
display text pgraph gobj linmath putil movies
#define COMBINED_SOURCES $[TARGET]_composite1.cxx

View File

@ -23,6 +23,7 @@
#include "clockObject.h"
#include "config_gobj.h"
#include "config_grutil.h"
#include "bamCacheRecord.h"
TypeHandle MovieTexture::_type_handle;

View File

@ -95,7 +95,7 @@ public:
return _type_handle;
}
static void init_type() {
VideoTexture::init_type();
Texture::init_type();
register_type(_type_handle, "MovieTexture",
Texture::get_class_type());
}