commit | 2ec45b9ffa3382844c95e78f135bf2527252db50 | [log] [tgz] |
---|---|---|
author | maxmorin <maxmorin@webrtc.org> | Wed Aug 24 13:51:09 2016 |
committer | Commit bot <commit-bot@chromium.org> | Wed Aug 24 13:51:11 2016 |
tree | d1dccc9c97eb85d84dc6b00e9bbfaae5161c0f51 | |
parent | 4e7e8d73004eeb2e8b72fb546888b94fb00dea06 [diff] |
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}
diff --git a/webrtc/modules/audio_device/BUILD.gn b/webrtc/modules/audio_device/BUILD.gn index 6514946..3f74ff6 100644 --- a/webrtc/modules/audio_device/BUILD.gn +++ b/webrtc/modules/audio_device/BUILD.gn
@@ -137,6 +137,9 @@ "mac/portaudio/pa_ringbuffer.h", ] libs = [ + # Needed for CoreGraphics: + "ApplicationServices.framework", + "AudioToolbox.framework", "CoreAudio.framework",