Make dependency of audio_device of ApplicationServices explicit.
Tested in https://codereview.webrtc.org/2276903002. BUG=webrtc:6170 NOTRY=true Review-Url: https://codereview.webrtc.org/2273713003 Cr-Commit-Position: refs/heads/master@{#13895}
This commit is contained in:
parent
4e7e8d7300
commit
2ec45b9ffa
@ -137,6 +137,9 @@ source_set("audio_device") {
|
||||
"mac/portaudio/pa_ringbuffer.h",
|
||||
]
|
||||
libs = [
|
||||
# Needed for CoreGraphics:
|
||||
"ApplicationServices.framework",
|
||||
|
||||
"AudioToolbox.framework",
|
||||
"CoreAudio.framework",
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user