summaryrefslogtreecommitdiff
path: root/pjlib/include
diff options
context:
space:
mode:
authorBenny Prijono <bennylp@teluu.com>2008-02-08 08:49:24 +0000
committerBenny Prijono <bennylp@teluu.com>2008-02-08 08:49:24 +0000
commitf00acd536547d268171d6f1c9ad64284893cea34 (patch)
tree3743d8b48caf53fd660981d7bb6e16f7f6b501e0 /pjlib/include
parent56886ef4b648760667743506f4f7bed9830798e8 (diff)
Related to ticket #61: disable SRTP on Symbian while it is not ported yet
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@1784 74dad513-b988-da41-8d7b-12977e46ad98
Diffstat (limited to 'pjlib/include')
-rw-r--r--pjlib/include/pj/config_site_sample.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/pjlib/include/pj/config_site_sample.h b/pjlib/include/pj/config_site_sample.h
index c2f97d15..637ec5f5 100644
--- a/pjlib/include/pj/config_site_sample.h
+++ b/pjlib/include/pj/config_site_sample.h
@@ -43,6 +43,9 @@
/* Misc PJLIB setting */
# define PJ_MAXPATH 80
+ /* SRTP has not been ported to Symbian yet */
+# define PJMEDIA_HAS_SRTP 0
+
/* Disable these */
# define PJMEDIA_RESAMPLE_IMP PJMEDIA_RESAMPLE_NONE
# define PJMEDIA_HAS_SPEEX_AEC 0