From 75ad5867a9cbc5267a3896203b28397719c6d888 Mon Sep 17 00:00:00 2001 From: Jan Schmidt Date: Sat, 12 Apr 2008 23:47:23 +0000 Subject: Remove LADSPA plugin. Fixes: #515978 Original commit message from CVS: * configure.ac: * ext/Makefile.am: Remove LADSPA plugin. Fixes: #515978 --- ext/Makefile.am | 6 ------ 1 file changed, 6 deletions(-) (limited to 'ext/Makefile.am') diff --git a/ext/Makefile.am b/ext/Makefile.am index 77b1cc53..03669437 100644 --- a/ext/Makefile.am +++ b/ext/Makefile.am @@ -58,12 +58,6 @@ else JPEG_DIR = endif -#if USE_LADSPA -#LADSPA_DIR = ladspa -#else -LADSPA_DIR = -#endif - if USE_LIBCACA LIBCACA_DIR = libcaca else -- cgit