From 5a6cc15e68593cdd71eb7f5d08173518601e580b Mon Sep 17 00:00:00 2001 From: Takashi Iwai Date: Wed, 21 Mar 2007 12:20:04 +0100 Subject: Update version of speex resampler plugin From: Jean-Marc Valin I'm attaching an updated version of my resampler plugin. It fixes a few minor issues and it adds support for fixed-point processing (just add -DFIXED_POINT to the build). Let me know if there's any problem. --- pph/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pph/Makefile.am') diff --git a/pph/Makefile.am b/pph/Makefile.am index d695ef6..e51669e 100644 --- a/pph/Makefile.am +++ b/pph/Makefile.am @@ -2,7 +2,7 @@ asound_module_rate_speexrate_LTLIBRARIES = libasound_module_rate_speexrate.la asound_module_rate_speexratedir = $(libdir)/alsa-lib -AM_CFLAGS = -DOUTSIDE_SPEEX -Wall -g @ALSA_CFLAGS@ +AM_CFLAGS = -DVAR_ARRAYS -DRANDOM_PREFIX=alsa_lib -DOUTSIDE_SPEEX -Wall -g @ALSA_CFLAGS@ AM_LDFLAGS = -module -avoid-version -export-dynamic libasound_module_rate_speexrate_la_SOURCES = rate_speexrate.c resample.c -- cgit