From 2ec45b9ffa3382844c95e78f135bf2527252db50 Mon Sep 17 00:00:00 2001 From: maxmorin Date: Wed, 24 Aug 2016 06:51:09 -0700 Subject: [PATCH] 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} --- webrtc/modules/audio_device/BUILD.gn | 3 +++ 1 file changed, 3 insertions(+) diff --git a/webrtc/modules/audio_device/BUILD.gn b/webrtc/modules/audio_device/BUILD.gn index 6514946b28..3f74ff68be 100644 --- a/webrtc/modules/audio_device/BUILD.gn +++ b/webrtc/modules/audio_device/BUILD.gn @@ -137,6 +137,9 @@ source_set("audio_device") { "mac/portaudio/pa_ringbuffer.h", ] libs = [ + # Needed for CoreGraphics: + "ApplicationServices.framework", + "AudioToolbox.framework", "CoreAudio.framework",