From 89ab6598cb6e3469e04811047f3d0cab78857b91 Mon Sep 17 00:00:00 2001 From: Wouter Paeson Date: Wed, 22 Mar 2006 14:31:47 +0000 Subject: Add new libsoundtouch-based pitch plugin (#331335). Original commit message from CVS: Patch by: Wouter Paeson * configure.ac: * ext/Makefile.am: * ext/soundtouch/Makefile.am: * ext/soundtouch/gstpitch.cc: * ext/soundtouch/gstpitch.hh: Add new libsoundtouch-based pitch plugin (#331335). --- ext/Makefile.am | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ext/Makefile.am') diff --git a/ext/Makefile.am b/ext/Makefile.am index 3c1cddb9..3182000a 100644 --- a/ext/Makefile.am +++ b/ext/Makefile.am @@ -184,6 +184,12 @@ SMOOTHWAVE_DIR= SNDFILE_DIR= # endif +if USE_SOUNDTOUCH +SOUNDTOUCH_DIR=soundtouch +else +SOUNDTOUCH_DIR= +endif + if USE_SWFDEC SWFDEC_DIR=swfdec else @@ -245,6 +251,7 @@ SUBDIRS=\ $(SHOUT_DIR) \ $(SMOOTHWAVE_DIR) \ $(SNDFILE_DIR) \ + $(SOUNDTOUCH_DIR) \ $(SWFDEC_DIR) \ $(TAGLIB_DIR) \ $(TARKIN_DIR) \ @@ -266,6 +273,7 @@ DIST_SUBDIRS= \ neon \ sdl \ swfdec \ + soundtouch \ taglib \ wavpack \ xvid -- cgit v1.2.1