[gst-cvs] CVS: gstreamer/libs/resample Makefile.am,NONE,1.1

David Schleef dschleef at users.sourceforge.net
Tue Nov 6 03:18:01 PST 2001


Update of /cvsroot/gstreamer/gstreamer/libs/resample
In directory usw-pr-cvs1:/tmp/cvs-serv29999

Added Files:
	Makefile.am 
Log Message:
New audio resampling library, created from code in the audioscale
plugin.


--- NEW FILE: Makefile.am ---

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






More information about the Gstreamer-commits mailing list