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

github.com/mumble-voip/speexdsp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/speex/speex_resampler.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/speex/speex_resampler.h b/include/speex/speex_resampler.h
index 0841ade..901de37 100644
--- a/include/speex/speex_resampler.h
+++ b/include/speex/speex_resampler.h
@@ -82,6 +82,8 @@
#define spx_uint16_t unsigned short
#define spx_uint32_t unsigned int
+#define speex_assert(cond)
+
#else /* OUTSIDE_SPEEX */
#include "speexdsp_types.h"