diff configure.ac @ 1007:0e4ee1c4e6cb trunk

[svn] completed diskwriter and out_lame removal
author majeru
date Thu, 10 May 2007 15:38:12 -0700
parents 2346d918470d
children 1710790c8e85
line wrap: on
line diff
--- 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"