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>
|
||||
|
||||
#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
|
||||
#include <spandsp.h>
|
||||
#include <spandsp/version.h>
|
||||
|
|
Loading…
Reference in New Issue