shithub: sox

Download patch

ref: d4b408daa75b870e306c91727aca682546634716
parent: 34d4d328f3ececeeba9e5cfb183837c9fb909784
author: rrt <rrt>
date: Sat May 12 06:57:39 EDT 2007

Remove bogus LADSPA stuff.

--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -2,7 +2,7 @@
 
 RM = rm -f 
 
-AM_CPPFLAGS = -DLADSPA_PATH="\"@LADSPA_PATH@\"" -DPKGLIBDIR="\"$(pkglibdir)\""
+AM_CPPFLAGS = -DPKGLIBDIR="\"$(pkglibdir)\""
 AM_CFLAGS = $(LTDLINCL) -Wconversion
 AM_LDFLAGS = $(LIBLTDL)
 
@@ -172,7 +172,7 @@
 
 effects = 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	\
-	  fade.c FFT.c FFT.h filter.c flanger.c ladspa.c mcompand.c	\
+	  fade.c FFT.c FFT.h filter.c flanger.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	\