osxaudio: link against GST_BASE_LIBS
authorDavid Schleef <ds@schleef.org>
Wed, 16 Sep 2009 20:28:27 +0000 (13:28 -0700)
committerDavid Schleef <ds@schleef.org>
Wed, 16 Sep 2009 20:28:27 +0000 (13:28 -0700)
sys/osxaudio/Makefile.am

index 0594383..cfd0c4d 100644 (file)
@@ -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