From c903e6470eea491ec693bab49ad8b023601d42c1 Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Thu, 27 Jun 2002 12:38:35 +0000 Subject: highly unoptimized windowed sinc filter Original commit message from CVS: highly unoptimized windowed sinc filter --- gst/filter/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gst/filter/Makefile.am') 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) -- cgit v1.2.1