2013-03-21 06:05:54 +00:00
|
|
|
# plugindir is set in configure
|
|
|
|
plugin_LTLIBRARIES =
|
|
|
|
|
|
|
|
if USE_FLUIDSYNTH
|
2013-03-22 14:19:32 +00:00
|
|
|
plugin_LTLIBRARIES += libgstfluidsynthmidi.la
|
2013-03-21 06:05:54 +00:00
|
|
|
|
|
|
|
# sources used to compile this plug-in
|
2013-03-22 14:19:32 +00:00
|
|
|
libgstfluidsynthmidi_la_SOURCES = gstfluiddec.c
|
2013-03-21 06:05:54 +00:00
|
|
|
|
|
|
|
# flags used to compile this plugin
|
|
|
|
# add other _CFLAGS and _LIBS as needed
|
2013-03-22 14:19:32 +00:00
|
|
|
libgstfluidsynthmidi_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_CFLAGS) \
|
2013-03-21 06:05:54 +00:00
|
|
|
$(GST_BASE_CFLAGS) $(FLUIDSYNTH_CFLAGS)
|
2013-03-22 14:19:32 +00:00
|
|
|
libgstfluidsynthmidi_la_LIBADD = $(GST_LIBS) $(GST_BASE_LIBS) $(FLUIDSYNTH_LIBS)
|
|
|
|
libgstfluidsynthmidi_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
|
2012-10-24 10:16:39 +00:00
|
|
|
libgstfluidsynthmidi_la_LIBTOOLFLAGS = $(GST_PLUGIN_LIBTOOLFLAGS)
|
2013-03-21 06:05:54 +00:00
|
|
|
endif
|
|
|
|
|
2013-03-22 14:19:32 +00:00
|
|
|
noinst_HEADERS = gstfluiddec.h
|
2013-03-21 06:05:54 +00:00
|
|
|
|