fix iLBC under windows

This commit is contained in:
Jeff Lenk 2011-02-03 23:46:19 -06:00
parent dc436b82a5
commit 2d190b37ab
1 changed files with 2 additions and 0 deletions

View File

@ -47,7 +47,9 @@
{
fld dbl
frndint
fstp dbl
}
return (long int) dbl;
}
#elif defined (_WIN64)
#include <intrin.h>