Mercurial > audlegacy
diff configure.ac @ 651:c1645fb045a7 trunk
[svn] Kill the crossfader plugin. It insisted on exploding on amd64 systems and was a general pita to compile. Also, remove two unused vars from mpg123.
author | chainsaw |
---|---|
date | Sun, 19 Feb 2006 15:50:50 -0800 |
parents | ddec8f9931d9 |
children | 02abf3d76832 |
line wrap: on
line diff
--- a/configure.ac Sun Feb 19 15:35:37 2006 -0800 +++ b/configure.ac Sun Feb 19 15:50:50 2006 -0800 @@ -411,25 +411,6 @@ INPUT_PLUGINS="$INPUT_PLUGINS wma" fi -dnl *** Crossfader - -AC_ARG_ENABLE(crossfade, - [ --disable-crossfade disable crossfading plugin. (default=enabled)], - [enable_crossfade=$enableval], - [enable_crossfade=yes] -) - -if test "$enable_crossfade" = "yes"; then - AC_CHECK_LIB([samplerate],[src_new],[have_libsamplerate=yes],[have_libsamplerate=no]) - LIBSAMPLERATE_LIBS="-lsamplerate" - OUTPUT_PLUGINS="$OUTPUT_PLUGINS crossfade" -fi - -AC_SUBST(LIBSAMPLERATE_LIBS) - -AM_CONDITIONAL(ENABLE_CROSSFADE, test "$enable_crossfade" = "yes") -AM_CONDITIONAL(HAVE_LIBSAMPLERATE, test "$have_libsamplerate" = "yes") - dnl *** jack output plugin AC_ARG_ENABLE( jack, [ --disable-jack disable jack output plugin (default=enabled)],, @@ -843,7 +824,6 @@ Plugins/Output/esd/Makefile Plugins/Output/alsa/Makefile Plugins/Output/jack/Makefile - Plugins/Output/crossfade/Makefile Plugins/Output/disk_writer/Makefile Plugins/Input/Makefile Plugins/Input/mpg123/Makefile @@ -920,8 +900,6 @@ echo " Advanced Linux Sound Arch. (alsa): $have_alsa" echo " Enlightenment Sound Daemon (esd): $have_esd" echo " Jack Audio Connection Kit (jack): $have_jack" -echo " Crossfading (crossfade): $enable_crossfade" -echo " + libsamplerate support $have_libsamplerate" echo echo " Input Plugins" echo " -------------"