From b5f2a609af44fc5f610cfdc69b543b4d90adc246 Mon Sep 17 00:00:00 2001 From: Michael Smith Date: Thu, 15 Jan 2009 21:16:45 +0000 Subject: [PATCH] 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. --- ChangeLog | 6 ++++++ sys/osxaudio/Makefile.am | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 15e76e9..982cab3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2009-01-15 Michael Smith + + * sys/osxaudio/Makefile.am: + Link against CoreServices (needed for osx 10.4) and fix up the linker + flags. Fixes #567853. + 2009-01-15 Wim Taymans * gst/qtdemux/qtdemux.c: (qtdemux_parse_segments): diff --git a/sys/osxaudio/Makefile.am b/sys/osxaudio/Makefile.am index f8a8ca4..0594383 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 \ -- 2.7.4