Compile ADM pulse code by default.
Pulse related code should still be disabled unless WEBRTC_ENABLE_LINUX_PULSE is defined but it will always be compiled. Bug: None Change-Id: If8a03aae445a8c73c3c347e275c5996368fe3088 Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/171513 Reviewed-by: Henrik Andreassson <henrika@webrtc.org> Commit-Queue: Mirko Bonadei <mbonadei@webrtc.org> Cr-Commit-Position: refs/heads/master@{#30886}
This commit is contained in:
committed by
Commit Bot
parent
fc9770c102
commit
4aafdba57e
@ -277,16 +277,16 @@ rtc_library("audio_device_impl") {
|
||||
defines += [ "WEBRTC_USE_X11" ]
|
||||
}
|
||||
if (rtc_include_pulse_audio) {
|
||||
sources += [
|
||||
"linux/audio_device_pulse_linux.cc",
|
||||
"linux/audio_device_pulse_linux.h",
|
||||
"linux/audio_mixer_manager_pulse_linux.cc",
|
||||
"linux/audio_mixer_manager_pulse_linux.h",
|
||||
"linux/pulseaudiosymboltable_linux.cc",
|
||||
"linux/pulseaudiosymboltable_linux.h",
|
||||
]
|
||||
defines += [ "WEBRTC_ENABLE_LINUX_PULSE" ]
|
||||
}
|
||||
sources += [
|
||||
"linux/audio_device_pulse_linux.cc",
|
||||
"linux/audio_device_pulse_linux.h",
|
||||
"linux/audio_mixer_manager_pulse_linux.cc",
|
||||
"linux/audio_mixer_manager_pulse_linux.h",
|
||||
"linux/pulseaudiosymboltable_linux.cc",
|
||||
"linux/pulseaudiosymboltable_linux.h",
|
||||
]
|
||||
}
|
||||
if (is_mac) {
|
||||
sources += [
|
||||
|
||||
Reference in New Issue
Block a user