summaryrefslogtreecommitdiff
path: root/pjlib
diff options
context:
space:
mode:
authorBenny Prijono <bennylp@teluu.com>2012-10-02 04:00:19 +0000
committerBenny Prijono <bennylp@teluu.com>2012-10-02 04:00:19 +0000
commit3b6f93a2d59fc491662ee1f720f97b04205462fa (patch)
treecd4ef6d4ac847657067dd13868c8d67082a01f0f /pjlib
parent178281a14c680494e56a6de9c33d928246a8419e (diff)
Close #1589: Enable floating point by default for iOS target
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@4274 74dad513-b988-da41-8d7b-12977e46ad98
Diffstat (limited to 'pjlib')
-rw-r--r--pjlib/include/pj/config_site_sample.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/pjlib/include/pj/config_site_sample.h b/pjlib/include/pj/config_site_sample.h
index 0c7832f0..845d1bba 100644
--- a/pjlib/include/pj/config_site_sample.h
+++ b/pjlib/include/pj/config_site_sample.h
@@ -302,8 +302,10 @@
* PJLIB settings.
*/
- /* Disable floating point support */
- #define PJ_HAS_FLOATING_POINT 0
+ /* Both armv6 and armv7 has FP hardware support.
+ * See https://trac.pjsip.org/repos/ticket/1589 for more info
+ */
+ #define PJ_HAS_FLOATING_POINT 1
/*
* PJMEDIA settings