shithub: sox

Download patch

ref: 119f9e12612f545f9370b12bf90d3b71714620db
parent: 37fcdf90cf90b5786d0e27db115abb8b0c7593a3
author: rrt <rrt>
date: Wed Dec 6 12:09:16 EST 2006

Don't use FAST shortcut in libgsm.

--- a/src/libgsm/Makefile.in
+++ b/src/libgsm/Makefile.in
@@ -26,7 +26,8 @@
 ######### Define this if your host multiplies floats faster than integers,
 ######### e.g. on a SPARCstation.
 
-FAST	= -DFAST
+#FAST	= -DFAST
+FAST =
 ######### Define together with USE_FLOAT_MUL to enable the GSM library's
 ######### approximation option for incorrect, but good-enough results.