Added check for PTLib version, can't be too old.

This commit is contained in:
Robert Jongbloed 2012-08-27 11:46:55 +10:00
parent 59e1d56cb5
commit 48b85ca9c1
1 changed files with 5 additions and 0 deletions

View File

@ -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>