2004-05-20 19:45:13 +00:00
|
|
|
plugin_LTLIBRARIES = libgstosxaudio.la
|
|
|
|
|
2013-03-30 13:49:34 +00:00
|
|
|
libgstosxaudio_la_SOURCES = gstosxaudioringbuffer.c \
|
2009-01-13 19:04:09 +00:00
|
|
|
gstosxaudioelement.c \
|
|
|
|
gstosxaudiosink.c \
|
|
|
|
gstosxaudiosrc.c \
|
2013-03-05 20:17:52 +00:00
|
|
|
gstosxcoreaudiocommon.c \
|
|
|
|
gstosxcoreaudio.c \
|
2009-01-13 19:04:09 +00:00
|
|
|
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 = \
|
2012-04-04 12:33:23 +00:00
|
|
|
-lgstaudio-@GST_API_VERSION@ \
|
2009-01-13 19:04:09 +00:00
|
|
|
$(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)
|
2013-03-05 20:22:18 +00:00
|
|
|
|
|
|
|
libgstosxaudio_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) -Wl,-framework,CoreAudio -Wl,-framework,AudioToolbox
|
2004-05-20 19:45:13 +00:00
|
|
|
|
2009-01-13 19:04:09 +00:00
|
|
|
noinst_HEADERS = gstosxaudiosink.h \
|
2016-09-07 19:33:30 +00:00
|
|
|
gstosxaudiodeviceprovider.h \
|
2009-01-13 19:04:09 +00:00
|
|
|
gstosxaudioelement.h \
|
2013-03-30 13:49:34 +00:00
|
|
|
gstosxaudioringbuffer.h \
|
2012-06-12 10:42:31 +00:00
|
|
|
gstosxaudiosrc.h \
|
2013-03-05 20:17:52 +00:00
|
|
|
gstosxcoreaudiocommon.h \
|
2016-09-07 19:33:30 +00:00
|
|
|
gstosxcoreaudio.h
|
2004-05-20 19:45:13 +00:00
|
|
|
|
2016-09-07 19:33:30 +00:00
|
|
|
EXTRA_DIST = gstosxcoreaudiohal.c \
|
|
|
|
gstosxcoreaudioremoteio.c
|
2004-05-20 19:45:13 +00:00
|
|
|
|
2016-09-07 19:33:30 +00:00
|
|
|
if !HAVE_IOS
|
|
|
|
libgstosxaudio_la_SOURCES += gstosxaudiodeviceprovider.c
|
|
|
|
libgstosxaudio_la_LDFLAGS += -Wl,-framework,AudioUnit -Wl,-framework,CoreServices
|
|
|
|
else
|
|
|
|
EXTRA_DIST += gstosxaudiodeviceprovider.c
|
|
|
|
endif
|