diff options
author | David Schleef <ds@schleef.org> | 2009-09-16 13:28:27 -0700 |
---|---|---|
committer | David Schleef <ds@schleef.org> | 2009-09-16 13:28:27 -0700 |
commit | 19ae44f4e0076895337ba8c9dc3b72c61764dffe (patch) | |
tree | 2530755e68a154e4fd778649e24484964cdf7944 /sys | |
parent | 750387f5204f5997d0ab1245600708725fe8815f (diff) |
osxaudio: link against GST_BASE_LIBS
Diffstat (limited to 'sys')
-rw-r--r-- | sys/osxaudio/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/osxaudio/Makefile.am b/sys/osxaudio/Makefile.am index 059438331..cfd0c4d35 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 |