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 <dv@pseudoterminal.org>
This commit is contained in:
Carlos Rafael Giani 2013-07-02 18:20:39 +02:00 committed by Sebastian Dröge
parent 7c28c180ec
commit 1b48d431f4

View file

@ -19,7 +19,6 @@
#define FIXED_POINT 1
#define OUTSIDE_SPEEX 1
#define _USE_NEON
#define RANDOM_PREFIX resample_int
#include "resample.c"