]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
Added missing symbol FP_CONSTELLATION_SHIFT_FACTOR in v29rx.c
authorSteve Underwood <steveu@coppice.org>
Sat, 23 Mar 2013 14:20:56 +0000 (22:20 +0800)
committerSteve Underwood <steveu@coppice.org>
Sat, 23 Mar 2013 14:20:56 +0000 (22:20 +0800)
libs/spandsp/src/v29rx.c

index 6e845a9360e45bd907a0ad359f9230769e28d1e9..f875966056d0c499eabc89dd88faefe6dcbca253 100644 (file)
@@ -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"