Directory structure restructuralized.
[feed/telephony.git] / net / freeswitch / patches / 101-libs-spandsp-src-spandsp-fast_convert_h.patch
1 --- a/libs/spandsp/src/spandsp/fast_convert.h
2 +++ b/libs/spandsp/src/spandsp/fast_convert.h
3 @@ -195,7 +195,7 @@ extern "C"
4      {
5          return (long int) (x);
6      }
7 -#elif defined(__ppc__)  ||   defined(__powerpc__)
8 +#elif 0 /* defined(__ppc__)  ||   defined(__powerpc__) */
9      static __inline__ long int lfastrint(register double x)
10      {
11          int res[2];