Bjørn Lie
823730a211
- Add gstreamer-plugins-base-arm-neon-configuration.patch as an upstream backport of: https://gitlab.freedesktop.org/gstreamer/gst-plugins-base/commit/d8d4904e - Use %make_build. OBS-URL: https://build.opensuse.org/request/show/718239 OBS-URL: https://build.opensuse.org/package/show/multimedia:libs/gstreamer-plugins-base?expand=0&rev=136
15 lines
426 B
Diff
15 lines
426 B
Diff
diff --git a/configure b/configure
|
|
index 58c2986..32ca4bf 100755
|
|
--- a/configure
|
|
+++ b/configure
|
|
@@ -24206,7 +24206,7 @@ cat confdefs.h - <<_ACEOF >conftest.$ac_ext
|
|
|
|
|
|
#include <arm_neon.h>
|
|
- int32x4_t testfunc(int16_t *a, int16_t *b) {
|
|
+ int32x4_t __attribute__((used)) testfunc(int16_t *a, int16_t *b) {
|
|
asm volatile ("vmull.s16 q0, d0, d0" : : : "q0");
|
|
return vmull_s16(vld1_s16(a), vld1_s16(b));
|
|
}
|
|
|