From 19ae44f4e0076895337ba8c9dc3b72c61764dffe Mon Sep 17 00:00:00 2001
From: David Schleef <ds@schleef.org>
Date: Wed, 16 Sep 2009 20:28:27 +0000
Subject: osxaudio: link against GST_BASE_LIBS
---
diff --git sys/osxaudio/Makefile.am sys/osxaudio/Makefile.am
index 0594383..cfd0c4d 100644
|
|
libgstosxaudio_la_LIBADD = \ |
12 | 12 | -lgstinterfaces-@GST_MAJORMINOR@ \ |
13 | 13 | -lgstaudio-@GST_MAJORMINOR@ \ |
14 | 14 | $(GST_PLUGINS_BASE_LIBS) \ |
| 15 | $(GST_BASE_LIBS) \ |
15 | 16 | $(GST_LIBS) |
16 | 17 | libgstosxaudio_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) -Wl,-framework -Wl,CoreAudio -Wl,-framework -Wl,AudioUnit -Wl,-framework -Wl,CoreServices |
17 | 18 | libgstosxaudio_la_LIBTOOLFLAGS = --tag=disable-static |