gstreamer/sys/osxaudio/Makefile.am

39 lines
1.3 KiB
Makefile
Raw Normal View History

plugin_LTLIBRARIES = libgstosxaudio.la
libgstosxaudio_la_SOURCES = gstosxringbuffer.c \
gstosxaudioelement.c \
gstosxaudiosink.c \
gstosxaudiosrc.c \
gstosxcoreaudiocommon.c \
gstosxcoreaudio.c \
gstosxaudio.c
libgstosxaudio_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_CFLAGS) \
-Wno-deprecated-declarations
libgstosxaudio_la_LIBADD = \
2012-04-04 12:33:23 +00:00
-lgstinterfaces-@GST_API_VERSION@ \
-lgstaudio-@GST_API_VERSION@ \
$(GST_PLUGINS_BASE_LIBS) \
2009-09-16 20:28:27 +00:00
$(GST_BASE_LIBS) \
$(GST_LIBS)
libgstosxaudio_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) -Wl,-framework,CoreAudio -Wl,-framework,AudioToolbox
if !HAVE_IOS
libgstosxaudio_la_LDFLAGS += -Wl,-framework,AudioUnit -Wl,-framework,CoreServices
endif
libgstosxaudio_la_LIBTOOLFLAGS = --tag=disable-static --tag=CC
noinst_HEADERS = gstosxaudiosink.h \
gstosxaudioelement.h \
gstosxringbuffer.h \
gstosxaudiosrc.h \
gstosxcoreaudiocommon.h \
gstosxcoreaudio.h \
gstosxcoreaudiohal.c \
gstosxcoreaudioremoteio.c