Skip to content

Commit

Permalink
Disable pipewire on arm64
Browse files Browse the repository at this point in the history
  • Loading branch information
Laky-64 committed Oct 16, 2024
1 parent f3ecf60 commit 48cc3f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run.py
Original file line number Diff line number Diff line change
Expand Up @@ -969,7 +969,7 @@ def build_webrtc(
'target_os="linux"',
f'target_cpu="{"arm64" if target in arm64_set else "arm"}"',
f'target_sysroot="{sysroot}"',
"rtc_use_pipewire=true",
"rtc_use_pipewire=false",
]
if target == "raspberry-pi-os_armv6":
gn_args += [
Expand Down

0 comments on commit 48cc3f4

Please sign in to comment.