diff options
Diffstat (limited to 'apps/codecs/libspeex/arch.h')
-rw-r--r-- | apps/codecs/libspeex/arch.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/codecs/libspeex/arch.h b/apps/codecs/libspeex/arch.h index 2bc5061b29..e2d731acc0 100644 --- a/apps/codecs/libspeex/arch.h +++ b/apps/codecs/libspeex/arch.h @@ -35,7 +35,9 @@ #ifndef ARCH_H #define ARCH_H +#ifndef OUTSIDE_SPEEX #include "speex/speex_types.h" +#endif #define ABS(x) ((x) < 0 ? (-(x)) : (x)) /**< Absolute integer value. */ #define ABS16(x) ((x) < 0 ? (-(x)) : (x)) /**< Absolute 16-bit value. */ |