From ad6ed7da2d0d15eecc924dfe408320652481e885 Mon Sep 17 00:00:00 2001 From: Andy Wingo Date: Sat, 22 Dec 2001 23:26:33 +0000 Subject: Initial revision Original commit message from CVS: Initial revision --- gst/smooth/Makefile.am | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 gst/smooth/Makefile.am (limited to 'gst/smooth/Makefile.am') diff --git a/gst/smooth/Makefile.am b/gst/smooth/Makefile.am new file mode 100644 index 00000000..f4856a14 --- /dev/null +++ b/gst/smooth/Makefile.am @@ -0,0 +1,8 @@ +filterdir = $(libdir)/gst + +filter_LTLIBRARIES = libgstsmooth.la + +libgstsmooth_la_SOURCES = gstsmooth.c +libgstsmooth_la_CFLAGS = -O3 $(FOMIT_FRAME_POINTER) -funroll-all-loops -finline-functions -ffast-math $(GST_CFLAGS) + +noinst_HEADERS = gstsmooth.h -- cgit v1.2.1