From: Steve Underwood Date: Sat, 23 Mar 2013 14:20:56 +0000 (+0800) Subject: Added missing symbol FP_CONSTELLATION_SHIFT_FACTOR in v29rx.c X-Git-Tag: v1.3.17-final~52 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=311cc1060b26e8136b3dc552c28720604a2ae42d;p=thirdparty%2Ffreeswitch.git Added missing symbol FP_CONSTELLATION_SHIFT_FACTOR in v29rx.c --- diff --git a/libs/spandsp/src/v29rx.c b/libs/spandsp/src/v29rx.c index 6e845a9360..f875966056 100644 --- a/libs/spandsp/src/v29rx.c +++ b/libs/spandsp/src/v29rx.c @@ -81,6 +81,9 @@ #endif #define FP_CONSTELLATION_SCALE(x) FP_SCALE(x) +#if defined(SPANDSP_USE_FIXED_POINT) +#define FP_CONSTELLATION_SHIFT_FACTOR FP_SHIFT_FACTOR +#endif #include "v29rx_rrc.h" #include "v29tx_constellation_maps.h"