Skip to content

Commit 0c3c326

Browse files
committed
update.
1 parent 50da6c6 commit 0c3c326

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

webrtc-sys/libwebrtc/patches/david_disable_gun_source_macro.patch

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ index 9348e15c3c..f34db7ff98 100644
77
}
88
if (is_linux || is_chromeos || is_android || current_os == "aix") {
99
- if (!is_clang) {
10-
+ if (!is_clang && (current_cpu == "x86" || current_cpu == "x64")) {
10+
if (!is_clang && (current_cpu == "x86" || current_cpu == "x64" || current_cpu == "arm" || current_cpu == "arm64")) {
1111
dav1d_copts += [ "-D_GNU_SOURCE" ]
1212
}
1313
}

0 commit comments

Comments
 (0)