From a8cd8e0c7fb1fa7df59d27823997fc6ca2cbb051 Mon Sep 17 00:00:00 2001 From: Andy Wingo Date: Wed, 29 May 2002 06:13:26 +0000 Subject: add float support to resampling lib clean up header file Original commit message from CVS: * add float support to resampling lib * clean up header file --- gst-libs/gst/resample/Makefile.am | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'gst-libs/gst/resample/Makefile.am') diff --git a/gst-libs/gst/resample/Makefile.am b/gst-libs/gst/resample/Makefile.am index f7056789..47a42bd1 100644 --- a/gst-libs/gst/resample/Makefile.am +++ b/gst-libs/gst/resample/Makefile.am @@ -12,12 +12,15 @@ ARCHCFLAGS = endif endif -libgstresample_la_SOURCES = dtos.c functable.c resample.c resample.h +libgstresample_la_SOURCES = dtos.c dtof.c functable.c resample.c resample.h libgstresample_la_LIBADD = libgstresample_la_CFLAGS = $(GST_CFLAGS) -ffast-math $(ARCHCFLAGS) libgstresample_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS) -noinst_HEADERS = resample.h +libgstresampleincludedir = $(includedir)/gst/resample +libgstresampleinclude_HEADERS = resample.h + +noinst_HEADERS = private.h #check_PROGRAMS = test #test_SOURCES = test.c -- cgit v1.2.1