New audio resampling library, created from code in the audioscale plugin.

Original commit message from CVS:
New audio resampling library, created from code in the audioscale
plugin.
This commit is contained in:
David Schleef 2001-11-06 11:17:13 +00:00
parent 385e84596f
commit a7f5c14936

19
libs/resample/Makefile.am Normal file
View file

@ -0,0 +1,19 @@
filterdir = $(libdir)/gst
filter_LTLIBRARIES = libresample.la
libresample_la_SOURCES = dtos.c functable.c resample.c resample.h
noinst_HEADERS = resample.h
check_PROGRAMS = test
test_SOURCES = test.c
test_LDADD = libresample.la
CFLAGS += -O2 -ffast-math