summaryrefslogtreecommitdiff
path: root/apps/codecs/libspeex/arch.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/codecs/libspeex/arch.h')
-rw-r--r--apps/codecs/libspeex/arch.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/codecs/libspeex/arch.h b/apps/codecs/libspeex/arch.h
index 9f81e0c51e..35b5363837 100644
--- a/apps/codecs/libspeex/arch.h
+++ b/apps/codecs/libspeex/arch.h
@@ -80,6 +80,7 @@
80#include "speex/speex_types.h" 80#include "speex/speex_types.h"
81#endif 81#endif
82 82
83#undef ABS
83#define ABS(x) ((x) < 0 ? (-(x)) : (x)) /**< Absolute integer value. */ 84#define ABS(x) ((x) < 0 ? (-(x)) : (x)) /**< Absolute integer value. */
84#define ABS16(x) ((x) < 0 ? (-(x)) : (x)) /**< Absolute 16-bit value. */ 85#define ABS16(x) ((x) < 0 ? (-(x)) : (x)) /**< Absolute 16-bit value. */
85#define MIN16(a,b) ((a) < (b) ? (a) : (b)) /**< Maximum 16-bit value. */ 86#define MIN16(a,b) ((a) < (b) ? (a) : (b)) /**< Maximum 16-bit value. */