mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-14 08:05:37 +00:00
Added check for PTLib version, can't be too old.
This commit is contained in:
parent
59e1d56cb5
commit
48b85ca9c1
@ -32,6 +32,11 @@
|
||||
#endif
|
||||
|
||||
#include <ptlib.h>
|
||||
|
||||
#if !defined(PTLIB_CHECK_VERSION)
|
||||
#error PTLib is too old to use, must be >= 2.10.6
|
||||
#endif
|
||||
|
||||
#include <opal/manager.h>
|
||||
#include <opal/localep.h>
|
||||
#include <h323/h323ep.h>
|
||||
|
Loading…
x
Reference in New Issue
Block a user