comparison configure.ac @ 2303:5561e63e9133

threw out the WAV plugin in favour of the sndfile plugin
author mf0102 <0102@gmx.at>
date Sat, 12 Jan 2008 18:41:04 +0100
parents cc5e9ec110a4
children ac99d3c3901e
comparison
equal deleted inserted replaced
2301:227de9a5467d 2303:5561e63e9133
118 [Path to OSS mixer, default is /dev/mixer.] 118 [Path to OSS mixer, default is /dev/mixer.]
119 ) 119 )
120 120
121 dnl These plugins are always built. 121 dnl These plugins are always built.
122 122
123 INPUT_PLUGINS="tonegen console sexypsf wav cue alac metronom vtx" 123 INPUT_PLUGINS="tonegen console sexypsf cue alac metronom vtx"
124 OUTPUT_PLUGINS="null" 124 OUTPUT_PLUGINS="null"
125 EFFECT_PLUGINS="audiocompress ladspa voice_removal sndstretch stereo_plugin echo_plugin" 125 EFFECT_PLUGINS="audiocompress ladspa voice_removal sndstretch stereo_plugin echo_plugin"
126 GENERAL_PLUGINS="song_change alarm" 126 GENERAL_PLUGINS="song_change alarm"
127 VISUALIZATION_PLUGINS="blur_scope spectrum" 127 VISUALIZATION_PLUGINS="blur_scope spectrum"
128 CONTAINER_PLUGINS="m3u pls" 128 CONTAINER_PLUGINS="m3u pls"
711 AC_MSG_RESULT([*** libsndfile extensions disabled per user request ***]) 711 AC_MSG_RESULT([*** libsndfile extensions disabled per user request ***])
712 enable_sndfile=no 712 enable_sndfile=no
713 fi 713 fi
714 714
715 if test "$enable_sndfile" = "yes"; then 715 if test "$enable_sndfile" = "yes"; then
716 WAV_SNDFILE="-sndfile" 716 INPUT_PLUGINS="$INPUT_PLUGINS sndfile"
717 fi 717 fi
718
719 AC_SUBST(WAV_SNDFILE)
720 718
721 dnl *** modplug 719 dnl *** modplug
722 720
723 AC_ARG_ENABLE(modplug, 721 AC_ARG_ENABLE(modplug,
724 [ --disable-modplug disable ModPlug plugin (default=enabled)], 722 [ --disable-modplug disable ModPlug plugin (default=enabled)],
1633 echo " -> ALSA backend: $enable_amidiplug_alsa" 1631 echo " -> ALSA backend: $enable_amidiplug_alsa"
1634 echo " -> FluidSynth backend: $enable_amidiplug_fluidsynth" 1632 echo " -> FluidSynth backend: $enable_amidiplug_fluidsynth"
1635 echo " -> dummy backend: $enable_amidiplug_dummy" 1633 echo " -> dummy backend: $enable_amidiplug_dummy"
1636 echo " MIDI to WAVE converter (timidity): $enable_timidity" 1634 echo " MIDI to WAVE converter (timidity): $enable_timidity"
1637 echo " CD Digital Audio (cdaudio_ng): $enable_cdaudio_ng" 1635 echo " CD Digital Audio (cdaudio_ng): $enable_cdaudio_ng"
1638 echo " Microsoft WAV (wav): yes" 1636 echo " sndfile extensions: $enable_sndfile"
1639 echo " + sndfile extensions: $enable_sndfile"
1640 echo " Tone Generator: yes" 1637 echo " Tone Generator: yes"
1641 echo " Ogg Vorbis (vorbis): $have_oggvorbis" 1638 echo " Ogg Vorbis (vorbis): $have_oggvorbis"
1642 echo " Free Lossless Audio Codec (flacng): $have_flacng" 1639 echo " Free Lossless Audio Codec (flacng): $have_flacng"
1643 echo " Commodore 64 audio (sid): $have_sidplay" 1640 echo " Commodore 64 audio (sid): $have_sidplay"
1644 echo " Game music (spc, nsf & gbs): yes" 1641 echo " Game music (spc, nsf & gbs): yes"