summaryrefslogtreecommitdiffstats
path: root/gst/filter/Makefile.am
diff options
context:
space:
mode:
authorThomas Vander Stichele <thomas@apestaart.org>2002-06-27 12:38:35 +0000
committerThomas Vander Stichele <thomas@apestaart.org>2002-06-27 12:38:35 +0000
commitc903e6470eea491ec693bab49ad8b023601d42c1 (patch)
tree501c4da76862e2401b348e6a92f5801b27112b21 /gst/filter/Makefile.am
parent6b4bd943ceb7e97286880c9628758426e7fe9f56 (diff)
downloadgst-plugins-bad-c903e6470eea491ec693bab49ad8b023601d42c1.tar.gz
gst-plugins-bad-c903e6470eea491ec693bab49ad8b023601d42c1.tar.bz2
gst-plugins-bad-c903e6470eea491ec693bab49ad8b023601d42c1.zip
highly unoptimized windowed sinc filter
Original commit message from CVS: highly unoptimized windowed sinc filter
Diffstat (limited to 'gst/filter/Makefile.am')
-rw-r--r--gst/filter/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/gst/filter/Makefile.am b/gst/filter/Makefile.am
index 4204955f..fd11c105 100644
--- a/gst/filter/Makefile.am
+++ b/gst/filter/Makefile.am
@@ -2,7 +2,7 @@ plugindir = $(libdir)/gst
plugin_LTLIBRARIES = libgstfilter.la
-libgstfilter_la_SOURCES = gstfilter.c gstiir.c iir.c
+libgstfilter_la_SOURCES = gstfilter.c gstiir.c iir.c gstwsinc.c
libgstfilter_la_CFLAGS = $(GST_CFLAGS)
libgstfilter_la_LIBADD =
libgstfilter_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)