Close #1589: Enable floating point by default for iOS target

git-svn-id: https://svn.pjsip.org/repos/pjproject/trunk@4274 74dad513-b988-da41-8d7b-12977e46ad98
remotes/origin/ip_change
Benny Prijono 12 years ago
parent eb98937948
commit 02eced275e

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

Loading…
Cancel
Save