freeswitch - diable asm instructions on ppc as they dont compile
[openwrt/svn-archive/packages.git] / net / freeswitch / patches / 010-ppc_asm.patch
1 Index: freeswitch-1.0.7/libs/spandsp/src/spandsp/fast_convert.h
2 ===================================================================
3 --- freeswitch-1.0.7.orig/libs/spandsp/src/spandsp/fast_convert.h 2012-08-14 19:52:20.000000000 +0200
4 +++ freeswitch-1.0.7/libs/spandsp/src/spandsp/fast_convert.h 2012-08-14 19:53:01.000000000 +0200
5 @@ -195,7 +195,7 @@
6 {
7 return (long int) (x);
8 }
9 -#elif defined(__ppc__) || defined(__powerpc__)
10 +#elif 0 /* defined(__ppc__) || defined(__powerpc__) */
11 static __inline__ long int lfastrint(register double x)
12 {
13 int res[2];