* updated pyxdg (0.19 -> 0.28)
[t2sde.git] / package / audio / pulseaudio / hotfix-arm-neon.patch
blobd2cba3fdf259c992821cd4e57241831a0efcf4be
1 # --- T2-COPYRIGHT-NOTE-BEGIN ---
2 # T2 SDE: package/*/pulseaudio/hotfix-arm-neon.patch
3 # Copyright (C) 2023 The T2 SDE Project
4 #
5 # This Copyright note is generated by scripts/Create-CopyPatch,
6 # more information can be found in the files COPYING and README.
7 #
8 # This patch file is dual-licensed. It is available under the license the
9 # patched project is licensed under, as long as it is an OpenSource license
10 # as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
11 # of the GNU General Public License version 2 as used by the T2 SDE.
12 # --- T2-COPYRIGHT-NOTE-END ---
14 --- pulseaudio-16.1/src/pulsecore/meson.build.vanilla 2023-05-15 12:35:23.280104212 +0200
15 +++ pulseaudio-16.1/src/pulsecore/meson.build 2023-05-15 12:42:53.757136738 +0200
16 @@ -177,14 +177,14 @@
17 simd_variants = [
18 { 'mmx' : ['remap_mmx.c', 'svolume_mmx.c'] },
19 { 'sse' : ['remap_sse.c', 'sconv_sse.c', 'svolume_sse.c'] },
20 - { 'neon' : ['remap_neon.c', 'sconv_neon.c', 'mix_neon.c'] },
21 + #{ 'neon' : ['remap_neon.c', 'sconv_neon.c', 'mix_neon.c'] },
24 libpulsecore_simd_lib = []
26 foreach simd_kwargs : simd_variants
28 - if host_machine.cpu_family() == 'arm' and 'neon' in simd_kwargs
29 + if 'neon' in simd_kwargs
30 if not cc.compiles('''
31 #include <arm_neon.h>
32 int main() {