summaryrefslogtreecommitdiff
path: root/sys/waveform
diff options
context:
space:
mode:
authorYaakov Selkowitz <yselkowitz@users.sourceforge.net>2011-12-26 22:22:59 +0000
committerTim-Philipp Müller <tim.muller@collabora.co.uk>2011-12-26 22:22:59 +0000
commite72b55b6ac84ae5748ea3e462802a96a71b4acca (patch)
treecd2a24d1f7aeb2e308004b4c4d46e2dc534d0c93 /sys/waveform
parent7202d37c9d2c566f49d035489e04ddecec16b33d (diff)
downloadgstreamer-plugins-good-e72b55b6ac84ae5748ea3e462802a96a71b4acca.tar.gz
waveform: add autotools bits for waveform plugin
https://bugzilla.gnome.org/show_bug.cgi?id=666485
Diffstat (limited to 'sys/waveform')
-rw-r--r--sys/waveform/Makefile.am10
1 files changed, 3 insertions, 7 deletions
diff --git a/sys/waveform/Makefile.am b/sys/waveform/Makefile.am
index a9562a818..9a9fac3d7 100644
--- a/sys/waveform/Makefile.am
+++ b/sys/waveform/Makefile.am
@@ -1,19 +1,15 @@
plugin_LTLIBRARIES = libgstwaveformsink.la
-# FIXME: Replace DIRECTSOUND CFLAGS+LIBS with waveform related ones and fix
-# the configure.ac + sys/Makefile.am to get this stuff building in MingW
-# For now, it's just disted for use in the VS builds.
-
libgstwaveformsink_la_SOURCES = gstwaveformsink.c gstwaveformplugin.c
libgstwaveformsink_la_CFLAGS = $(GST_CFLAGS) $(GST_BASE_CFLAGS) \
- $(GST_PLUGINS_BASE_CFLAGS) $(DIRECTSOUND_CFLAGS)
+ $(GST_PLUGINS_BASE_CFLAGS)
libgstwaveformsink_la_LIBADD = \
$(GST_PLUGINS_BASE_LIBS) \
-lgstaudio-$(GST_MAJORMINOR) -lgstinterfaces-$(GST_MAJORMINOR) \
$(GST_BASE_LIBS) \
$(GST_LIBS) \
- $(DIRECTSOUND_LIBS)
-libgstwaveformsink_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) $(DIRECTSOUND_LDFLAGS)
+ -lwinmm
+libgstwaveformsink_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
libgstwaveformsink_la_LIBTOOLFLAGS = --tag=disable-static
noinst_HEADERS = gstwaveformsink.h