pipewire: fix patch whitespace
This commit is contained in:
parent
2bf38a9e13
commit
73fcd0fef6
2 changed files with 9 additions and 8 deletions
|
@ -6,12 +6,12 @@ diff --git a/src/daemon/pipewire.conf.in.orig b/src/daemon/pipewire.conf.in
|
||||||
index 95632c2..ab0b097 100644
|
index 95632c2..ab0b097 100644
|
||||||
--- a/src/daemon/pipewire.conf.in.orig
|
--- a/src/daemon/pipewire.conf.in.orig
|
||||||
+++ b/src/daemon/pipewire.conf.in
|
+++ b/src/daemon/pipewire.conf.in
|
||||||
@@ -235,7 +235,7 @@ context.exec = [
|
@@ -236,7 +236,7 @@
|
||||||
# but it is better to start it as a systemd service.
|
# but it is better to start it as a systemd service.
|
||||||
# Run the session manager with -h for options.
|
# Run the session manager with -h for options.
|
||||||
#
|
#
|
||||||
- @sm_comment@{ path = "@session_manager_path@" args = "@session_manager_args@" }
|
- @sm_comment@{ path = "@session_manager_path@" args = "@session_manager_args@" }
|
||||||
+ { path = "@session_manager_path@" args = "@session_manager_args@" }
|
+ { path = "@session_manager_path@" args = "@session_manager_args@" }
|
||||||
#
|
#
|
||||||
# You can optionally start the pulseaudio-server here as well
|
# You can optionally start the pulseaudio-server here as well
|
||||||
# but it is better to start it as a systemd service.
|
# but it is better to start it as a systemd service.
|
||||||
|
|
|
@ -5,9 +5,9 @@ diff --git meson.build meson.build
|
||||||
index 29b4b892..0d048a1f 100644
|
index 29b4b892..0d048a1f 100644
|
||||||
--- a/meson.build
|
--- a/meson.build
|
||||||
+++ b/meson.build
|
+++ b/meson.build
|
||||||
@@ -99,36 +99,16 @@ have_avx = cc.has_argument(avx_args)
|
@@ -116,37 +116,17 @@
|
||||||
have_avx2 = cc.has_argument(avx2_args)
|
have_avx2 = cc.has_argument(avx2_args)
|
||||||
|
|
||||||
have_neon = false
|
have_neon = false
|
||||||
-if host_machine.cpu_family() == 'aarch64'
|
-if host_machine.cpu_family() == 'aarch64'
|
||||||
- if cc.compiles('''
|
- if cc.compiles('''
|
||||||
|
@ -15,9 +15,9 @@ index 29b4b892..0d048a1f 100644
|
||||||
- int main () {
|
- int main () {
|
||||||
- float *s;
|
- float *s;
|
||||||
- asm volatile(
|
- asm volatile(
|
||||||
- " ld1 { v0.4s }, [%[s]], #16\n"
|
- " ld1 { v0.4s }, [%[s]], #16\n"
|
||||||
- " fcvtzs v0.4s, v0.4s, #31\n"
|
- " fcvtzs v0.4s, v0.4s, #31\n"
|
||||||
- : [s] "+r" (s) : :);
|
- : [s] "+r" (s) : :);
|
||||||
- }
|
- }
|
||||||
- ''',
|
- ''',
|
||||||
- name : 'aarch64 Neon Support')
|
- name : 'aarch64 Neon Support')
|
||||||
|
@ -33,7 +33,7 @@ index 29b4b892..0d048a1f 100644
|
||||||
- asm volatile(
|
- asm volatile(
|
||||||
- " vld1.32 { q0 }, [%[s]]!\n"
|
- " vld1.32 { q0 }, [%[s]]!\n"
|
||||||
- " vcvt.s32.f32 q0, q0, #31\n"
|
- " vcvt.s32.f32 q0, q0, #31\n"
|
||||||
- : [s] "+r" (s) : :);
|
- : [s] "+r" (s) : :);
|
||||||
- }
|
- }
|
||||||
- ''',
|
- ''',
|
||||||
- args: '-mfpu=neon',
|
- args: '-mfpu=neon',
|
||||||
|
@ -53,3 +53,4 @@ index 29b4b892..0d048a1f 100644
|
||||||
+ have_neon = true
|
+ have_neon = true
|
||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue