From 0582ab12916859fdc3815010e68aafb131c9570c Mon Sep 17 00:00:00 2001 From: Andy Wingo Date: Thu, 25 Aug 2005 09:30:24 +0000 Subject: ext/ladspa/gstladspa.*: Halfway-ported. Doesn't compile yet. Original commit message from CVS: 2005-08-25 Andy Wingo * ext/ladspa/gstladspa.h: * ext/ladspa/gstladspa.c: Halfway-ported. Doesn't compile yet. * ext/ladspa/gstsignalprocessor.h: * ext/ladspa/gstsignalprocessor.c: New files, the start of a base class for DSP elements. * configure.ac: Sort the external libs checks, add a ladspa check, output the ladspa makefile. --- ext/Makefile.am | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) (limited to 'ext/Makefile.am') diff --git a/ext/Makefile.am b/ext/Makefile.am index 082884ee..20ab1797 100644 --- a/ext/Makefile.am +++ b/ext/Makefile.am @@ -440,20 +440,21 @@ SUBDIRS=\ $(XVID_DIR) DIST_SUBDIRS=\ - mad \ - gconf \ - shout2 \ - sidplay \ aalib \ - libcaca \ + amrnb \ esd \ - raw1394 \ dv \ - amrnb \ faad \ flac \ - mpeg2dec \ + gconf \ jpeg \ - libpng \ + ladspa \ lame \ + libcaca \ + libpng \ + mad \ + mpeg2dec \ + raw1394 \ + shout2 \ + sidplay \ speex -- cgit