shithub: sox

Download patch

ref: d600297136ce4ad774207f2e9a251b968ed4a4a7
parent: b484181a5d447afd85535513f0b0ba5dae25a8a4
author: evilynux <evilynux>
date: Thu Jul 5 04:09:46 EDT 2007

Added missing effects.h . It wasn't getting included in the tarball.

--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -172,7 +172,7 @@
 
 libsfx_la_SOURCES = band.h biquad.c biquad.h biquads.c chorus.c compand.c	\
 	  compandt.c compandt.h dcshift.c dither.c earwax.c echo.c echos.c	\
-	  effects.c fade.c FFT.c FFT.h filter.c flanger.c ladspa.c	\
+	  effects.c effects.h fade.c FFT.c FFT.h filter.c flanger.c ladspa.c	\
 	  mcompand.c mixer.c noiseprof.c noisered.c noisered.h pad.c	\
 	  pan.c phaser.c pitch.c polyphas.c rabbit.c rate.c repeat.c	\
 	  resample.c reverb.c reverse.c silence.c skeleff.c speed.c	\