[packages_10.03.1] merge r27834
[openwrt/svn-archive/archive.git] / libs / spandsp / patches / 100-compile-fixes.patch
1 Index: spandsp-0.0.6/src/spandsp/fast_convert.h
2 ===================================================================
3 --- spandsp-0.0.6.orig/src/spandsp/fast_convert.h 2010-10-24 12:20:25.000000000 +0200
4 +++ spandsp-0.0.6/src/spandsp/fast_convert.h 2010-10-24 12:21:39.000000000 +0200
5 @@ -197,7 +197,7 @@
6 {
7 return (long int) (x);
8 }
9 -#elif defined(__ppc__) || defined(__powerpc__)
10 +#elif defined(THISISNOTDEFINEDYADDAYADDA)
11 static __inline__ long int lfastrint(register double x)
12 {
13 int res[2];