summaryrefslogtreecommitdiffstats
path: root/sys/osxaudio/Makefile.am
blob: 4ea2114c5ea6617f00b95c214572b0817f47d413 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
plugin_LTLIBRARIES = libgstosxaudio.la

libgstosxaudio_la_SOURCES = gstosxringbuffer.c		\
			    gstosxaudioelement.c	\
			    gstosxaudiosink.c \
			    gstosxaudiosrc.c

libgstosxaudio_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_CFLAGS)
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

noinst_HEADERS = gstosxaudiosink.h	\
		gstosxaudioelement.h	\
		gstosxringbuffer.h	\
		gstosxaudiosrc.h