Dominique Leuenberger
b57856fd91
- aarch64-no-neon.patch: Disable use of NEON on aarch64 OBS-URL: https://build.opensuse.org/request/show/205791 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/gstreamer-plugins-base?expand=0&rev=38
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 *
|