Skip to content

Commit

Permalink
Fix AudioUnit link error.
Browse files Browse the repository at this point in the history
  • Loading branch information
kinetiknz committed Oct 2, 2013
1 parent 29c12ad commit a346795
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.ac
Expand Up @@ -86,7 +86,7 @@ AC_ARG_WITH([audiounit],
AS_IF([test "x$with_audiounit" != xno],
[AC_CHECK_HEADER([AudioUnit/AudioUnit.h], [
HAVE_AUDIOUNIT=1
AUDIOUNIT_LIBS="-framework CoreServices -framework AudioUnit"
AUDIOUNIT_LIBS="-framework CoreServices -framework AudioUnit -framework CoreAudio"
AC_DEFINE([USE_AUDIOUNIT], [], [Use AudioUnit])
], [
HAVE_AUDIOUNIT=0
Expand Down

0 comments on commit a346795

Please sign in to comment.