2012-09-19 16:11:54 +00:00
|
|
|
|
|
|
|
plugin_LTLIBRARIES = libgstopensles.la
|
|
|
|
|
|
|
|
libgstopensles_la_SOURCES = openslesringbuffer.c \
|
|
|
|
openslessink.c \
|
|
|
|
openslessrc.c \
|
|
|
|
opensles.c
|
|
|
|
|
|
|
|
libgstopensles_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_CFLAGS) \
|
|
|
|
-Wno-deprecated-declarations
|
|
|
|
libgstopensles_la_LIBADD = \
|
2012-10-18 14:23:49 +00:00
|
|
|
-lgstaudio-@GST_API_VERSION@ \
|
2012-09-19 16:11:54 +00:00
|
|
|
$(GST_PLUGINS_BASE_LIBS) \
|
|
|
|
$(GST_BASE_LIBS) \
|
|
|
|
$(GST_LIBS)
|
|
|
|
libgstopensles_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) -lOpenSLES
|
2012-10-18 14:23:49 +00:00
|
|
|
libgstopensles_la_LIBTOOLFLAGS = $(GST_PLUGIN_LIBTOOLFLAGS)
|
2012-09-19 16:11:54 +00:00
|
|
|
|
|
|
|
noinst_HEADERS = openslesringbuffer.h \
|
|
|
|
openslessink.h \
|
|
|
|
openslessrc.h
|
|
|
|
|