summaryrefslogtreecommitdiff
path: root/apps/codecs/libspeex/pseudofloat.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/codecs/libspeex/pseudofloat.h')
-rw-r--r--apps/codecs/libspeex/pseudofloat.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/codecs/libspeex/pseudofloat.h b/apps/codecs/libspeex/pseudofloat.h
index a6c4762841..05542f1d7f 100644
--- a/apps/codecs/libspeex/pseudofloat.h
+++ b/apps/codecs/libspeex/pseudofloat.h
@@ -59,7 +59,6 @@ static const spx_float_t FLOAT_ZERO = {0,0};
static const spx_float_t FLOAT_ONE = {16384,-14};
static const spx_float_t FLOAT_HALF = {16384,-15};
-#define MIN(a,b) ((a)<(b)?(a):(b))
static inline spx_float_t PSEUDOFLOAT(spx_int32_t x)
{
int e=0;