mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 18:31:55 -04:00
compile correctly without SSL
This commit is contained in:
parent
48371c589d
commit
8c873de8a9
@ -37,11 +37,14 @@ ConfigureFn(config_recorder) {
|
||||
RecorderHeader::init_type();
|
||||
RecorderTable::init_type();
|
||||
ReferenceCount::init_type();
|
||||
SocketStreamRecorder::init_type();
|
||||
|
||||
MouseRecorder::register_with_read_factory();
|
||||
RecorderFrame::register_with_read_factory();
|
||||
RecorderHeader::register_with_read_factory();
|
||||
RecorderTable::register_with_read_factory();
|
||||
|
||||
#ifdef HAVE_SSL
|
||||
SocketStreamRecorder::init_type();
|
||||
SocketStreamRecorder::register_with_read_factory();
|
||||
#endif
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user