comparison configure.ac @ 882:d58c48b014ed trunk

[svn] - integrated SndStretch into build process
author mf0102
date Tue, 20 Mar 2007 14:01:54 -0700
parents aa044d71838f
children d985f0dcdeb0
comparison
equal deleted inserted replaced
881:6bb0e52df3d6 882:d58c48b014ed
93 93
94 dnl These plugins are always built. 94 dnl These plugins are always built.
95 95
96 INPUT_PLUGINS="tonegen console sexypsf wav cue alac metronom vtx" 96 INPUT_PLUGINS="tonegen console sexypsf wav cue alac metronom vtx"
97 OUTPUT_PLUGINS="disk_writer null" 97 OUTPUT_PLUGINS="disk_writer null"
98 EFFECT_PLUGINS="audiocompress ladspa voice_removal stereo_plugin echo_plugin" 98 EFFECT_PLUGINS="audiocompress ladspa voice_removal sndstretch stereo_plugin echo_plugin"
99 GENERAL_PLUGINS="song_change alarm" 99 GENERAL_PLUGINS="song_change alarm"
100 VISUALIZATION_PLUGINS="blur_scope spectrum" 100 VISUALIZATION_PLUGINS="blur_scope spectrum"
101 CONTAINER_PLUGINS="m3u pls stdio" 101 CONTAINER_PLUGINS="m3u pls stdio"
102 102
103 dnl Check for Audacious 103 dnl Check for Audacious
1224 echo " AudioCompressor (AGC): yes" 1224 echo " AudioCompressor (AGC): yes"
1225 echo " LADSPA effects host (ladspa): yes" 1225 echo " LADSPA effects host (ladspa): yes"
1226 echo " Voice Removal: yes" 1226 echo " Voice Removal: yes"
1227 echo " Extra Stereo: yes" 1227 echo " Extra Stereo: yes"
1228 echo " Echo/Surround: yes" 1228 echo " Echo/Surround: yes"
1229 echo " SndStretch: yes"
1229 echo 1230 echo
1230 echo " Visualization" 1231 echo " Visualization"
1231 echo " -------------" 1232 echo " -------------"
1232 echo " Blur Scope: yes" 1233 echo " Blur Scope: yes"
1233 echo " Spectrum Analyzer: yes" 1234 echo " Spectrum Analyzer: yes"