summaryrefslogtreecommitdiffstats
path: root/sys/osxaudio
diff options
context:
space:
mode:
authorMichael Smith <msmith@xiph.org>2009-01-13 19:04:09 +0000
committerMichael Smith <msmith@xiph.org>2009-01-13 19:04:09 +0000
commitb7d55c18de78690d17f35f63919ab9c09a0b72c8 (patch)
tree9149dec6f5130cf616026dcd70f579bfe4863ca2 /sys/osxaudio
parent89060e8696a1b3daa576449095b12f9ab2e8e34a (diff)
sys/osxaudio/Makefile.am: osxaudio plugin now requires AudioUnit framework, so link against that.
Original commit message from CVS: * sys/osxaudio/Makefile.am: osxaudio plugin now requires AudioUnit framework, so link against that. Clean up tabs v spaces while I'm there.
Diffstat (limited to 'sys/osxaudio')
-rw-r--r--sys/osxaudio/Makefile.am32
1 files changed, 16 insertions, 16 deletions
diff --git a/sys/osxaudio/Makefile.am b/sys/osxaudio/Makefile.am
index d1040648..f8a8ca40 100644
--- a/sys/osxaudio/Makefile.am
+++ b/sys/osxaudio/Makefile.am
@@ -1,25 +1,25 @@
plugin_LTLIBRARIES = libgstosxaudio.la
-libgstosxaudio_la_SOURCES = gstosxringbuffer.c \
- gstosxaudioelement.c \
- gstosxaudiosink.c \
- gstosxaudiosrc.c \
- gstosxaudio.c
+libgstosxaudio_la_SOURCES = gstosxringbuffer.c \
+ gstosxaudioelement.c \
+ gstosxaudiosink.c \
+ gstosxaudiosrc.c \
+ gstosxaudio.c
libgstosxaudio_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_CFLAGS) \
- -Wno-deprecated-declarations
-libgstosxaudio_la_LIBADD = \
- -lgstinterfaces-@GST_MAJORMINOR@ \
- -lgstaudio-@GST_MAJORMINOR@ \
- $(GST_PLUGINS_BASE_LIBS) \
- $(GST_LIBS)
-libgstosxaudio_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) -Wl,-framework -Wl,CoreAudio
+ -Wno-deprecated-declarations
+libgstosxaudio_la_LIBADD = \
+ -lgstinterfaces-@GST_MAJORMINOR@ \
+ -lgstaudio-@GST_MAJORMINOR@ \
+ $(GST_PLUGINS_BASE_LIBS) \
+ $(GST_LIBS)
+libgstosxaudio_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) -Wl,-framework -Wl,CoreAudio,-framework -Wl,AudioUnit
libgstosxaudio_la_LIBTOOLFLAGS = --tag=disable-static
-noinst_HEADERS = gstosxaudiosink.h \
- gstosxaudioelement.h \
- gstosxringbuffer.h \
- gstosxaudiosrc.h
+noinst_HEADERS = gstosxaudiosink.h \
+ gstosxaudioelement.h \
+ gstosxringbuffer.h \
+ gstosxaudiosrc.h