From 1b48d431f457c1f194f3b650e6f3b20a7718cf23 Mon Sep 17 00:00:00 2001 From: Carlos Rafael Giani Date: Tue, 2 Jul 2013 18:20:39 +0200 Subject: [PATCH] audioresample: disable 16-bit integer NEON support it seems to be broken (produces no audio), plus the performance gain is small Signed-off-by: Carlos Rafael Giani --- gst/audioresample/speex_resampler_int.c | 1 - 1 file changed, 1 deletion(-) diff --git a/gst/audioresample/speex_resampler_int.c b/gst/audioresample/speex_resampler_int.c index f482fdf7cc..e779142e10 100644 --- a/gst/audioresample/speex_resampler_int.c +++ b/gst/audioresample/speex_resampler_int.c @@ -19,7 +19,6 @@ #define FIXED_POINT 1 #define OUTSIDE_SPEEX 1 -#define _USE_NEON #define RANDOM_PREFIX resample_int #include "resample.c"