mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-17 01:02:12 +00:00
remove hack
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11625 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
6cec4cf73c
commit
d7a5a04aa5
@ -34,26 +34,6 @@
|
|||||||
|
|
||||||
#include <switch.h>
|
#include <switch.h>
|
||||||
|
|
||||||
#ifdef WIN32
|
|
||||||
__inline float rintf(float flt)
|
|
||||||
{
|
|
||||||
_asm
|
|
||||||
{ fld flt
|
|
||||||
frndint
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
__inline double rint(double dbl)
|
|
||||||
{
|
|
||||||
__asm
|
|
||||||
{
|
|
||||||
fld dbl
|
|
||||||
frndint
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#define SPANDSP_EXPOSE_INTERNAL_STRUCTURES
|
#define SPANDSP_EXPOSE_INTERNAL_STRUCTURES
|
||||||
#include <spandsp.h>
|
#include <spandsp.h>
|
||||||
#include <spandsp/version.h>
|
#include <spandsp/version.h>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user