Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mumble-voip/speex.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjm <jm@0101bb08-14d6-0310-b084-bc0e0c8e3800>2005-04-29 09:33:45 +0400
committerjm <jm@0101bb08-14d6-0310-b084-bc0e0c8e3800>2005-04-29 09:33:45 +0400
commite92f8306940df43f6729d1f25e3d51e7fe88fb8a (patch)
tree8444bce8a56f4662384bce5e0483a1e7bda4028a /Speex.spec.in
parentf1be8a956079ee114f1d76143cc2ceb5e8c6f5c7 (diff)
Think I fixed the PLC slowdown due to denorm/underflow. Also don't re-
synthesize on encode (i.e. don't overwrite input buffer). git-svn-id: http://svn.xiph.org/trunk/speex@9192 0101bb08-14d6-0310-b084-bc0e0c8e3800
Diffstat (limited to 'Speex.spec.in')
-rw-r--r--Speex.spec.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Speex.spec.in b/Speex.spec.in
index 6fc16f8..f359b42 100644
--- a/Speex.spec.in
+++ b/Speex.spec.in
@@ -41,7 +41,7 @@ Speex development files.
%setup
%build
-export CFLAGS='-O3 -DRELEASE'
+export CFLAGS='-O3'
./configure --prefix=/usr --enable-shared --enable-static
make