summaryrefslogtreecommitdiff
path: root/ext/soundtouch/Makefile.am
blob: 34365f6ae0ee88d518f6c5a577335d5c848cb244 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
plugin_LTLIBRARIES = libgstsoundtouch.la

libgstsoundtouch_la_SOURCES = \
	plugin.c \
	gstpitch.cc \
	gstbpmdetect.cc

libgstsoundtouch_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_BASE_CFLAGS) $(GST_CFLAGS) $(SOUNDTOUCH_CFLAGS)
libgstsoundtouch_la_CXXFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_BASE_CFLAGS) $(GST_CXXFLAGS) $(SOUNDTOUCH_CFLAGS)
libgstsoundtouch_la_LIBADD = $(GST_PLUGINS_BASE_LIBS) -lgstaudio-$(GST_API_VERSION) $(GST_BASE_LIBS) $(GST_LIBS) $(SOUNDTOUCH_LIBS) $(LIBM)
libgstsoundtouch_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
libgstsoundtouch_la_LIBTOOLFLAGS = --tag=disable-static

noinst_HEADERS = gstpitch.hh gstbpmdetect.hh