[xiph-commits] r14065 - trunk/speex/libspeex
jm at svn.xiph.org
jm at svn.xiph.org
Tue Oct 30 06:28:29 PDT 2007
Author: jm
Date: 2007-10-30 06:28:29 -0700 (Tue, 30 Oct 2007)
New Revision: 14065
Modified:
trunk/speex/libspeex/preprocess.c
Log:
oops, fixed the fixed-point build
Modified: trunk/speex/libspeex/preprocess.c
===================================================================
--- trunk/speex/libspeex/preprocess.c 2007-10-30 08:57:58 UTC (rev 14064)
+++ trunk/speex/libspeex/preprocess.c 2007-10-30 13:28:29 UTC (rev 14065)
@@ -1166,9 +1166,11 @@
case SPEEX_PREPROCESS_GET_ECHO_STATE:
ptr = (void*)st->echo_state;
break;
+#ifndef FIXED_POINT
case SPEEX_PREPROCESS_GET_AGC_LOUDNESS:
(*(spx_int32_t*)ptr) = pow(st->loudness, 1.0/LOUDNESS_EXP);
break;
+#endif
default:
speex_warning_int("Unknown speex_preprocess_ctl request: ", request);
More information about the commits
mailing list