| plugin_LTLIBRARIES = libgstosxaudio.la |
| libgstosxaudio_la_SOURCES = gstosxaudioringbuffer.c \ |
| gstosxcoreaudiocommon.c \ |
| libgstosxaudio_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_CFLAGS) \ |
| -Wno-deprecated-declarations |
| libgstosxaudio_la_LIBADD = \ |
| -lgstaudio-@GST_API_VERSION@ \ |
| $(GST_PLUGINS_BASE_LIBS) \ |
| libgstosxaudio_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) -Wl,-framework,CoreAudio -Wl,-framework,AudioToolbox |
| libgstosxaudio_la_LDFLAGS += -Wl,-framework,AudioUnit -Wl,-framework,CoreServices |
| libgstosxaudio_la_LIBTOOLFLAGS = $(GST_PLUGIN_LIBTOOLFLAGS) --tag=CC |
| noinst_HEADERS = gstosxaudiosink.h \ |
| gstosxaudioringbuffer.h \ |
| gstosxcoreaudiocommon.h \ |
| gstosxcoreaudioremoteio.c |