2011-06-04 11:25:57 +00:00
|
|
|
plugin_LTLIBRARIES = libgstaudiovisualizers.la
|
2011-05-27 08:14:19 +00:00
|
|
|
|
2011-06-04 11:25:57 +00:00
|
|
|
libgstaudiovisualizers_la_SOURCES = plugin.c \
|
2011-06-04 12:52:44 +00:00
|
|
|
gstspacescope.c gstspacescope.h \
|
2011-05-27 11:43:51 +00:00
|
|
|
gstspectrascope.c gstspectrascope.h \
|
2011-05-30 20:36:42 +00:00
|
|
|
gstsynaescope.c gstsynaescope.h \
|
2011-05-27 08:14:19 +00:00
|
|
|
gstwavescope.c gstwavescope.h
|
|
|
|
|
2011-06-04 11:25:57 +00:00
|
|
|
libgstaudiovisualizers_la_CFLAGS = $(GST_PLUGINS_BAD_CFLAGS) \
|
2011-05-27 20:25:00 +00:00
|
|
|
$(GST_PLUGINS_BASE_CFLAGS) $(GST_BASE_CFLAGS) \
|
2011-11-04 17:52:35 +00:00
|
|
|
$(GST_CFLAGS)
|
2011-06-04 11:25:57 +00:00
|
|
|
libgstaudiovisualizers_la_LIBADD = \
|
2012-04-04 12:41:22 +00:00
|
|
|
$(GST_PLUGINS_BASE_LIBS) -lgstaudio-$(GST_API_VERSION) \
|
|
|
|
-lgstvideo-$(GST_API_VERSION) -lgstfft-$(GST_API_VERSION) \
|
2015-10-01 14:35:37 +00:00
|
|
|
-lgstpbutils-$(GST_API_VERSION) $(GST_BASE_LIBS) $(GST_LIBS) $(LIBM)
|
2011-06-04 11:25:57 +00:00
|
|
|
libgstaudiovisualizers_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
2011-05-27 08:14:19 +00:00
|
|
|
|
2015-10-02 08:31:50 +00:00
|
|
|
noinst_HEADERS = gstdrawhelpers.h \
|
2015-10-01 14:35:37 +00:00
|
|
|
gstspacescope.h \
|
|
|
|
gstspectrascope.h \
|
|
|
|
gstsynaescope.h \
|
|
|
|
gstwavescope.h
|