Mercurial > audlegacy
comparison configure.ac @ 937:6158ee7d8b06 trunk
[svn] Port AudioCompress (AGC) effect plugin from XMMS, as requested by Junics on SorceryNet.
author | chainsaw |
---|---|
date | Sat, 15 Apr 2006 08:05:03 -0700 |
parents | 999d1af32ab4 |
children | 0c5d8ffeba88 |
comparison
equal
deleted
inserted
replaced
936:784052be35b3 | 937:6158ee7d8b06 |
---|---|
115 | 115 |
116 dnl These plugins are always built. | 116 dnl These plugins are always built. |
117 | 117 |
118 INPUT_PLUGINS="cdaudio tonegen console sexypsf wav" | 118 INPUT_PLUGINS="cdaudio tonegen console sexypsf wav" |
119 OUTPUT_PLUGINS="disk_writer" | 119 OUTPUT_PLUGINS="disk_writer" |
120 EFFECT_PLUGINS="ladspa voice_removal" | 120 EFFECT_PLUGINS="audiocompress ladspa voice_removal" |
121 GENERAL_PLUGINS="song_change" | 121 GENERAL_PLUGINS="song_change" |
122 VISUALIZATION_PLUGINS="blur_scope" | 122 VISUALIZATION_PLUGINS="blur_scope" |
123 | 123 |
124 dnl Option to change equalizer to the old XMMS one which only works with the mpg123 | 124 dnl Option to change equalizer to the old XMMS one which only works with the mpg123 |
125 dnl plugin (or rather, only implemented within the plugin) | 125 dnl plugin (or rather, only implemented within the plugin) |
901 Plugins/General/Makefile | 901 Plugins/General/Makefile |
902 Plugins/General/song_change/Makefile | 902 Plugins/General/song_change/Makefile |
903 Plugins/General/lirc/Makefile | 903 Plugins/General/lirc/Makefile |
904 Plugins/General/scrobbler/Makefile | 904 Plugins/General/scrobbler/Makefile |
905 Plugins/Effect/Makefile | 905 Plugins/Effect/Makefile |
906 Plugins/Effect/audiocompress/Makefile | |
906 Plugins/Effect/ladspa/Makefile | 907 Plugins/Effect/ladspa/Makefile |
907 Plugins/Effect/stereo_plugin/Makefile | 908 Plugins/Effect/stereo_plugin/Makefile |
908 Plugins/Effect/voice_removal/Makefile | 909 Plugins/Effect/voice_removal/Makefile |
909 po/Makefile.in | 910 po/Makefile.in |
910 intl/Makefile | 911 intl/Makefile |
970 echo " AdLib synthesizer (adplug): $have_adplug" | 971 echo " AdLib synthesizer (adplug): $have_adplug" |
971 echo | 972 echo |
972 echo " General" | 973 echo " General" |
973 echo " -------" | 974 echo " -------" |
974 echo " Song Change: yes" | 975 echo " Song Change: yes" |
975 echo " Internet Control: yes" | |
976 echo " LIRC: $have_lirc" | 976 echo " LIRC: $have_lirc" |
977 echo " AudioScrobbler Client: $scrobbler" | 977 echo " AudioScrobbler Client: $scrobbler" |
978 echo | 978 echo |
979 echo " Effect" | 979 echo " Effect" |
980 echo " ------" | 980 echo " ------" |
981 echo " AudioCompressor (AGC): yes" | |
981 echo " LADSPA effects host (ladspa): yes" | 982 echo " LADSPA effects host (ladspa): yes" |
982 echo " Voice Removal: yes" | 983 echo " Voice Removal: yes" |
983 echo | 984 echo |
984 echo " Visualization" | 985 echo " Visualization" |
985 echo " -------------" | 986 echo " -------------" |