gstreamer/libs/resample/Makefile.am
David Schleef a7f5c14936 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.
2001-11-06 11:17:13 +00:00

19 lines
265 B
Makefile

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