11 lines
368 B
Diff
11 lines
368 B
Diff
--- a/libs/spandsp/src/spandsp/fast_convert.h
|
|
+++ b/libs/spandsp/src/spandsp/fast_convert.h
|
|
@@ -195,7 +195,7 @@ extern "C"
|
|
{
|
|
return (long int) (x);
|
|
}
|
|
-#elif defined(__ppc__) || defined(__powerpc__)
|
|
+#elif 0 /* defined(__ppc__) || defined(__powerpc__) */
|
|
static __inline__ long int lfastrint(register double x)
|
|
{
|
|
int res[2];
|