audio/webrtc-audio-processing: unbreak on armv6 after r557409

In file included from webrtc/third_party/pffft/src/pffft.c:155:
/usr/lib/clang/11.0.0/include/arm_neon.h:32:2: error: "NEON support not enabled"
 #error "NEON support not enabled"
  ^
webrtc/third_party/pffft/src/pffft.c:156:9: error: unknown type name 'float32x4_t'
typedef float32x4_t v4sf;
        ^
This commit is contained in:
Jan Beich 2020-12-10 04:35:50 +00:00
parent 7418961076
commit 72f25029fa
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=557411

View file

@ -18,6 +18,7 @@ LIB_DEPENDS= libabsl_strings.so:devel/abseil
USES= compiler:c++14-lang localbase:ldflags meson
USE_LDCONFIG= yes
CFLAGS_armv6= -DPFFFT_SIMD_DISABLE # https://gitlab.freedesktop.org/pulseaudio/webrtc-audio-processing/-/issues/6
CFLAGS_i386= -msse # https://gitlab.freedesktop.org/pulseaudio/webrtc-audio-processing/-/issues/5
post-patch: