2008-01-27 05:56:04 +00:00
|
|
|
plugin_LTLIBRARIES = libgstsoundtouch.la
|
2006-03-22 14:31:47 +00:00
|
|
|
|
2008-01-27 05:56:04 +00:00
|
|
|
libgstsoundtouch_la_SOURCES = \
|
|
|
|
plugin.c \
|
|
|
|
gstpitch.cc \
|
|
|
|
gstbpmdetect.cc
|
2006-03-22 14:31:47 +00:00
|
|
|
|
2008-01-27 05:56:04 +00:00
|
|
|
libgstsoundtouch_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_BASE_CFLAGS) $(GST_CFLAGS) $(SOUNDTOUCH_CFLAGS)
|
2008-02-23 15:01:32 +00:00
|
|
|
libgstsoundtouch_la_CXXFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_BASE_CFLAGS) $(GST_CXXFLAGS) $(SOUNDTOUCH_CFLAGS)
|
2012-04-04 12:41:22 +00:00
|
|
|
libgstsoundtouch_la_LIBADD = $(GST_PLUGINS_BASE_LIBS) -lgstaudio-$(GST_API_VERSION) $(GST_BASE_LIBS) $(GST_LIBS) $(SOUNDTOUCH_LIBS) $(LIBM)
|
2008-01-27 05:56:04 +00:00
|
|
|
libgstsoundtouch_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
2012-10-24 10:16:39 +00:00
|
|
|
libgstsoundtouch_la_LIBTOOLFLAGS = $(GST_PLUGIN_LIBTOOLFLAGS)
|
2006-03-22 14:31:47 +00:00
|
|
|
|
2008-01-27 05:56:04 +00:00
|
|
|
noinst_HEADERS = gstpitch.hh gstbpmdetect.hh
|