blob: 1763dd0eb4575e4e5817767c9cea55e86b12a21b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- third_party/webrtc/modules/audio_device/BUILD.gn.orig 2025-06-30 07:04:30 UTC
+++ third_party/webrtc/modules/audio_device/BUILD.gn
@@ -337,7 +337,7 @@ rtc_library("audio_device_impl") {
if (rtc_use_dummy_audio_file_devices) {
defines += [ "WEBRTC_DUMMY_FILE_DEVICES" ]
} else {
- if (is_linux || is_chromeos) {
+ if ((is_linux || is_chromeos) && !is_bsd) {
sources += [
"linux/alsasymboltable_linux.cc",
"linux/alsasymboltable_linux.h",
|