[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
- Previous message: [gst-cvs] CVS: gstreamer/plugins/mpeg2/mpeg2dec Makefile.am,1.11,1.12 gstmpeg2dec.c,1.26,1.27
- Next message: [gst-cvs] CVS: gstreamer/libs/resample Makefile.am,1.1,1.2 dtos.c,1.1,1.2 resample.h,1.1,1.2
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
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
- Previous message: [gst-cvs] CVS: gstreamer/plugins/mpeg2/mpeg2dec Makefile.am,1.11,1.12 gstmpeg2dec.c,1.26,1.27
- Next message: [gst-cvs] CVS: gstreamer/libs/resample Makefile.am,1.1,1.2 dtos.c,1.1,1.2 resample.h,1.1,1.2
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Gstreamer-commits
mailing list