v4l2: disable v4l2 device probing
[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 noinst_HEADERS = gstosxaudiosink.h        \
22                  gstosxaudiodeviceprovider.h \
23                  gstosxaudioelement.h \
24                  gstosxaudioringbuffer.h          \
25                  gstosxaudiosrc.h     \
26                  gstosxcoreaudiocommon.h     \
27                  gstosxcoreaudio.h
28
29 EXTRA_DIST = gstosxcoreaudiohal.c \
30              gstosxcoreaudioremoteio.c
31
32 if !HAVE_IOS
33 libgstosxaudio_la_SOURCES += gstosxaudiodeviceprovider.c
34 libgstosxaudio_la_LDFLAGS += -Wl,-framework,AudioUnit -Wl,-framework,CoreServices
35 else
36 EXTRA_DIST += gstosxaudiodeviceprovider.c
37 endif