mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
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:
parent
7418961076
commit
72f25029fa
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=557411
1 changed files with 1 additions and 0 deletions
|
@ -18,6 +18,7 @@ LIB_DEPENDS= libabsl_strings.so:devel/abseil
|
||||||
|
|
||||||
USES= compiler:c++14-lang localbase:ldflags meson
|
USES= compiler:c++14-lang localbase:ldflags meson
|
||||||
USE_LDCONFIG= yes
|
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
|
CFLAGS_i386= -msse # https://gitlab.freedesktop.org/pulseaudio/webrtc-audio-processing/-/issues/5
|
||||||
|
|
||||||
post-patch:
|
post-patch:
|
||||||
|
|
Loading…
Add table
Reference in a new issue