15 lines
410 B
Diff
15 lines
410 B
Diff
|
Index: gst-plugins-base-1.2.0/gst/audioresample/resample.c
|
||
|
===================================================================
|
||
|
--- gst-plugins-base-1.2.0.orig/gst/audioresample/resample.c
|
||
|
+++ gst-plugins-base-1.2.0/gst/audioresample/resample.c
|
||
|
@@ -92,6 +92,9 @@
|
||
|
#ifndef HAVE_ARM_NEON
|
||
|
#undef _USE_NEON
|
||
|
#endif
|
||
|
+#ifdef __aarch64__ /* Not ported yet */
|
||
|
+#undef _USE_NEON
|
||
|
+#endif
|
||
|
#endif
|
||
|
|
||
|
static inline void *
|