gstreamer/sys/opensles/Makefile.am

23 lines
747 B
Makefile
Raw Normal View History

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@ \
$(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)
noinst_HEADERS = openslesringbuffer.h \
openslessink.h \
openslessrc.h