From 86194e3db881cffe1f06fdf1738741bf6f922a1c Mon Sep 17 00:00:00 2001 From: Reza Jelveh Date: Sat, 19 Apr 2014 19:08:34 +0200 Subject: fix missing symbol AudioOutputUnitStart by adding the AudioUnit framework for coreaudio --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index c3dd0cbf..ee30e577 100644 --- a/configure.ac +++ b/configure.ac @@ -265,7 +265,7 @@ AC_CHECK_HEADER([CoreAudio/AudioHardware.h], [found_coreaudio_h=yes], [found_cor AS_IF([test "${enable_coreaudio}" != "no" -a "${found_coreaudio_h}" != "no"], [ AC_DEFINE(HAVE_COREAUDIO, 1, [Build coreaudio support]) HAVE_COREAUDIO=yes - COREAUDIO_LIBS="-Wl,-framework,CoreAudio" + COREAUDIO_LIBS="-Wl,-framework,CoreAudio -Wl,-framework,AudioUnit" ]) AC_SUBST(COREAUDIO_LIBS) -- cgit v1.2.3