multipartdemux: guard against having no MIME type
[platform/upstream/gst-plugins-good.git] / sys / osxaudio / Makefile.am
1 plugin_LTLIBRARIES = libgstosxaudio.la
2
3 libgstosxaudio_la_SOURCES = gstosxaudioringbuffer.c   \
4                             gstosxaudioelement.c \
5                             gstosxaudiosink.c    \
6                             gstosxaudiosrc.c     \
7                             gstosxcoreaudiocommon.c     \
8                             gstosxcoreaudio.c     \
9                             gstosxaudio.c
10
11 libgstosxaudio_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_CFLAGS) \
12     -Wno-deprecated-declarations
13 libgstosxaudio_la_LIBADD =                        \
14     -lgstaudio-@GST_API_VERSION@       \
15     $(GST_PLUGINS_BASE_LIBS)          \
16     $(GST_BASE_LIBS)                  \
17     $(GST_LIBS)
18
19 libgstosxaudio_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) -Wl,-framework,CoreAudio  -Wl,-framework,AudioToolbox
20
21 if !HAVE_IOS
22 libgstosxaudio_la_LDFLAGS += -Wl,-framework,AudioUnit -Wl,-framework,CoreServices
23 endif
24
25 libgstosxaudio_la_LIBTOOLFLAGS = $(GST_PLUGIN_LIBTOOLFLAGS) --tag=CC
26
27 noinst_HEADERS = gstosxaudiosink.h        \
28                  gstosxaudioelement.h \
29                  gstosxaudioringbuffer.h          \
30                  gstosxaudiosrc.h     \
31                  gstosxcoreaudiocommon.h     \
32                  gstosxcoreaudio.h \
33                  gstosxcoreaudiohal.c \
34                  gstosxcoreaudioremoteio.c
35
36
37