mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-04 10:54:24 -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();
|
RecorderHeader::init_type();
|
||||||
RecorderTable::init_type();
|
RecorderTable::init_type();
|
||||||
ReferenceCount::init_type();
|
ReferenceCount::init_type();
|
||||||
SocketStreamRecorder::init_type();
|
|
||||||
|
|
||||||
MouseRecorder::register_with_read_factory();
|
MouseRecorder::register_with_read_factory();
|
||||||
RecorderFrame::register_with_read_factory();
|
RecorderFrame::register_with_read_factory();
|
||||||
RecorderHeader::register_with_read_factory();
|
RecorderHeader::register_with_read_factory();
|
||||||
RecorderTable::register_with_read_factory();
|
RecorderTable::register_with_read_factory();
|
||||||
|
|
||||||
|
#ifdef HAVE_SSL
|
||||||
|
SocketStreamRecorder::init_type();
|
||||||
SocketStreamRecorder::register_with_read_factory();
|
SocketStreamRecorder::register_with_read_factory();
|
||||||
|
#endif
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user