mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 07:47:17 +00:00
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:
parent
7c28c180ec
commit
1b48d431f4
1 changed files with 0 additions and 1 deletions
|
@ -19,7 +19,6 @@
|
|||
|
||||
#define FIXED_POINT 1
|
||||
#define OUTSIDE_SPEEX 1
|
||||
#define _USE_NEON
|
||||
#define RANDOM_PREFIX resample_int
|
||||
|
||||
#include "resample.c"
|
||||
|
|
Loading…
Reference in a new issue