shithub: sox

Download patch

ref: 80461ca1ebfb77679c28b7741c70ca28331e132a
parent: b2df9275bddc1c491bd493127ef7be787307b277
author: rrt <rrt>
date: Wed Dec 6 12:31:24 EST 2006

Remove traces of unused compile-time flags.

--- a/src/libgsm/Makefile.in
+++ b/src/libgsm/Makefile.in
@@ -26,16 +26,9 @@
 ######### Define this if your host multiplies floats faster than integers,
 ######### e.g. on a SPARCstation.
 
-# LTP_CUT	= -DLTP_CUT
-LTP_CUT	=
-######### Define to enable the GSM library's long-term correlation 
-######### approximation option---faster, but worse; works for
-######### both integer and floating point multiplications.
-######### This flag is still in the experimental stage.
-
 # Build macros.
 
-CFLAGS	= @CFLAGS@ @DEFS@ $(SASR) $(MULHAC) $(FAST) $(LTP_CUT) -I$(top_srcdir)/gsm
+CFLAGS	= @CFLAGS@ @DEFS@ $(SASR) $(MULHAC) -I$(top_srcdir)/gsm
 LDFLAGS	= @LDFLAGS@
 LIBS	= @LIBS@