From 80dc6021931e12cb465a46f7b61e7aef19012080 Mon Sep 17 00:00:00 2001 From: Greg Ward Date: Mon, 20 Dec 2010 22:21:46 -0500 Subject: osx_output: allow user to specify other audio devices. Add new config parameter 'device' to audio_output type "osx": - if not supplied or set to "default", open default device - if set to "system", open system device - otherwise 'device' should be an audio device name: mpd will find and open the specified audio device, falling back to the default device if it's not found --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index ab1410dbe..d8b2c5834 100644 --- a/configure.ac +++ b/configure.ac @@ -1319,7 +1319,7 @@ enable_osx=no case "$host_os" in darwin*) AC_DEFINE(HAVE_OSX, 1, [Define for compiling OS X support]) - MPD_LIBS="$MPD_LIBS -framework AudioUnit -framework CoreServices" + MPD_LIBS="$MPD_LIBS -framework AudioUnit -framework CoreAudio -framework CoreServices" enable_osx=yes ;; esac -- cgit v1.2.3