Mercurial > audlegacy-plugins
changeset 1007:0e4ee1c4e6cb trunk
[svn] completed diskwriter and out_lame removal
author | majeru |
---|---|
date | Thu, 10 May 2007 15:38:12 -0700 |
parents | 25c46293cbf2 |
children | abda9269e694 |
files | ChangeLog configure.ac |
diffstat | 2 files changed, 9 insertions(+), 16 deletions(-) [+] |
line wrap: on
line diff
--- a/ChangeLog Thu May 10 12:13:22 2007 -0700 +++ b/ChangeLog Thu May 10 15:38:12 2007 -0700 @@ -1,3 +1,11 @@ +2007-05-10 19:13:22 +0000 Michael Farber <01mf02@gmail.com> + revision [2176] + - get rid of Disk-Writer and Out-Lame in favor of FileWriter finally + + + 0 files changed + + 2007-05-09 21:38:09 +0000 Ben Tucker <bnt@interchange.ubc.ca> revision [2174] Fixed rootvis' config to only declare stuff once; modified alarm.c to use dbus and made appropriate changes to the build system.
--- a/configure.ac Thu May 10 12:13:22 2007 -0700 +++ b/configure.ac Thu May 10 15:38:12 2007 -0700 @@ -94,7 +94,7 @@ dnl These plugins are always built. INPUT_PLUGINS="tonegen console sexypsf wav cue alac metronom vtx" -OUTPUT_PLUGINS="disk_writer null" +OUTPUT_PLUGINS="null" EFFECT_PLUGINS="audiocompress ladspa voice_removal sndstretch stereo_plugin echo_plugin" GENERAL_PLUGINS="song_change alarm" VISUALIZATION_PLUGINS="blur_scope spectrum" @@ -1192,20 +1192,6 @@ INPUT_PLUGINS="$INPUT_PLUGINS tta" fi -dnl *** LAME - -AC_ARG_ENABLE(lame, - [ --disable-lame disable lame encoder plugin (default=enabled) ], - [enable_lame=$enableval], - [enable_lame=yes] -) - -if test "$enable_lame" = "yes"; then - AC_CHECK_LIB(mp3lame -lm, lame_init, - [OUTPUT_PLUGINS="$OUTPUT_PLUGINS lame"], - [enable_lame="no"]) -fi - dnl *** FileWriter AC_ARG_ENABLE(filewriter, @@ -1344,7 +1330,6 @@ echo " BSD/SUN audio output (sun): $have_sun" echo " PulseAudio sound server (pulse_audio): $have_pulse" echo " Mac OS X sound support (CoreAudio): $have_coreaudio" -echo " Lame encoder (lame): $enable_lame" echo " FileWriter: $enable_filewriter" echo " -> FileWriter MP3 output part: $enable_filewriter_mp3" echo " -> FileWriter Vorbis output part: $enable_filewriter_vorbis"