mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-23 07:38:16 +00:00
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.
This commit is contained in:
parent
293671170e
commit
b5f2a609af
2 changed files with 7 additions and 1 deletions
|
@ -1,3 +1,9 @@
|
|||
2009-01-15 Michael Smith <msmith@songbirdnest.com>
|
||||
|
||||
* 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 <wim.taymans@collabora.co.uk>
|
||||
|
||||
* gst/qtdemux/qtdemux.c: (qtdemux_parse_segments):
|
||||
|
|
|
@ -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 \
|
||||
|
|
Loading…
Reference in a new issue