mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-05-05 15:47:51 +00:00
FS-9662 #resolves [mod_opal] Fix version number in old OPAL error
This commit is contained in:
parent
34238d2bd0
commit
fb6f9a454e
@ -39,7 +39,7 @@
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if !OPAL_CHECK_VERSION(3,12,8)
|
#if !OPAL_CHECK_VERSION(3,12,8)
|
||||||
#error OPAL is too old to use, must be >= 2.12.8
|
#error OPAL is too old to use, must be >= 3.12.8
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include <ep/localep.h>
|
#include <ep/localep.h>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user