summaryrefslogtreecommitdiffstats
path: root/sys/osxaudio
diff options
context:
space:
mode:
authorMichael Smith <msmith@xiph.org>2009-01-15 21:16:45 +0000
committerMichael Smith <msmith@xiph.org>2009-01-15 21:16:45 +0000
commitb5f2a609af44fc5f610cfdc69b543b4d90adc246 (patch)
treeb46700670eb830ecb30728fbafd72ad10c00c767 /sys/osxaudio
parent293671170e3d008c73cdf6b0e56bbb730726c633 (diff)
sys/osxaudio/Makefile.am: Link against CoreServices (needed for osx 10.4) and fix up the linker flags. Fixes #567853.
Original commit message from CVS: * sys/osxaudio/Makefile.am: Link against CoreServices (needed for osx 10.4) and fix up the linker flags. Fixes #567853.
Diffstat (limited to 'sys/osxaudio')
-rw-r--r--sys/osxaudio/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/osxaudio/Makefile.am b/sys/osxaudio/Makefile.am
index f8a8ca40..05943833 100644
--- a/sys/osxaudio/Makefile.am
+++ b/sys/osxaudio/Makefile.am
@@ -13,7 +13,7 @@ libgstosxaudio_la_LIBADD = \
-lgstaudio-@GST_MAJORMINOR@ \
$(GST_PLUGINS_BASE_LIBS) \
$(GST_LIBS)
-libgstosxaudio_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) -Wl,-framework -Wl,CoreAudio,-framework -Wl,AudioUnit
+libgstosxaudio_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) -Wl,-framework -Wl,CoreAudio -Wl,-framework -Wl,AudioUnit -Wl,-framework -Wl,CoreServices
libgstosxaudio_la_LIBTOOLFLAGS = --tag=disable-static
noinst_HEADERS = gstosxaudiosink.h \