2004-05-20 19:45:13 +00:00
|
|
|
plugin_LTLIBRARIES = libgstosxaudio.la
|
|
|
|
|
2009-01-13 19:04:09 +00:00
|
|
|
libgstosxaudio_la_SOURCES = gstosxringbuffer.c \
|
|
|
|
gstosxaudioelement.c \
|
|
|
|
gstosxaudiosink.c \
|
|
|
|
gstosxaudiosrc.c \
|
|
|
|
gstosxaudio.c
|
2004-05-20 19:45:13 +00:00
|
|
|
|
2007-11-20 11:41:13 +00:00
|
|
|
libgstosxaudio_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_CFLAGS) \
|
2009-01-13 19:04:09 +00:00
|
|
|
-Wno-deprecated-declarations
|
|
|
|
libgstosxaudio_la_LIBADD = \
|
|
|
|
-lgstinterfaces-@GST_MAJORMINOR@ \
|
|
|
|
-lgstaudio-@GST_MAJORMINOR@ \
|
|
|
|
$(GST_PLUGINS_BASE_LIBS) \
|
2009-09-16 20:28:27 +00:00
|
|
|
$(GST_BASE_LIBS) \
|
2009-01-13 19:04:09 +00:00
|
|
|
$(GST_LIBS)
|
2009-01-15 21:16:45 +00:00
|
|
|
libgstosxaudio_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) -Wl,-framework -Wl,CoreAudio -Wl,-framework -Wl,AudioUnit -Wl,-framework -Wl,CoreServices
|
2008-11-04 12:28:34 +00:00
|
|
|
libgstosxaudio_la_LIBTOOLFLAGS = --tag=disable-static
|
2004-05-20 19:45:13 +00:00
|
|
|
|
2009-01-13 19:04:09 +00:00
|
|
|
noinst_HEADERS = gstosxaudiosink.h \
|
|
|
|
gstosxaudioelement.h \
|
|
|
|
gstosxringbuffer.h \
|
|
|
|
gstosxaudiosrc.h
|
2004-05-20 19:45:13 +00:00
|
|
|
|
|
|
|
|
|
|
|
|