shithub: sox

Download patch

ref: 9af5583e01095e0c2b4986e39567932405d09d60
parent: 481a0034234df329c69bbcbadb1f5b608b3b1605
author: Chris Bagwell <chris@cnpbagwell.com>
date: Mon Feb 20 06:14:58 EST 2012

Do not compile unsupported speexdsp effect

Prevents compile warning about no symbols in file.

--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -76,7 +76,7 @@
 	noisered.h output.c overdrive.c pad.c phaser.c rate.c \
 	rate_filters.h rate_half_fir.h rate_poly_fir0.h rate_poly_fir.h \
 	remix.c repeat.c reverb.c reverse.c silence.c sinc.c skeleff.c \
-	speed.c speexdsp.c splice.c stat.c stats.c stretch.c swap.c \
+	speed.c splice.c stat.c stats.c stretch.c swap.c \
 	synth.c tempo.c tremolo.c trim.c upsample.c vad.c vol.c \
 	ignore-warning.h
 if HAVE_PNG