From 19ae44f4e0076895337ba8c9dc3b72c61764dffe Mon Sep 17 00:00:00 2001 From: David Schleef Date: Wed, 16 Sep 2009 13:28:27 -0700 Subject: osxaudio: link against GST_BASE_LIBS --- sys/osxaudio/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/sys/osxaudio/Makefile.am b/sys/osxaudio/Makefile.am index 05943833..cfd0c4d3 100644 --- a/sys/osxaudio/Makefile.am +++ b/sys/osxaudio/Makefile.am @@ -12,6 +12,7 @@ libgstosxaudio_la_LIBADD = \ -lgstinterfaces-@GST_MAJORMINOR@ \ -lgstaudio-@GST_MAJORMINOR@ \ $(GST_PLUGINS_BASE_LIBS) \ + $(GST_BASE_LIBS) \ $(GST_LIBS) libgstosxaudio_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) -Wl,-framework -Wl,CoreAudio -Wl,-framework -Wl,AudioUnit -Wl,-framework -Wl,CoreServices libgstosxaudio_la_LIBTOOLFLAGS = --tag=disable-static -- cgit