# HG changeset patch # User Andrew O. Shadoura # Date 1213326284 -10800 # Node ID 4c092042129b0321439f43608fd099ebd9a471a8 # Parent 5df83337516f68d0fd1c88816dffbe4d0f196da5 fixed merge result diff -r 5df83337516f -r 4c092042129b configure.ac --- a/configure.ac Fri Jun 13 05:57:25 2008 +0300 +++ b/configure.ac Fri Jun 13 06:04:44 2008 +0300 @@ -1,6 +1,6 @@ dnl Process this file with autoconf to produce a configure script. -AC_INIT([audacious-plugins], [1.5.0], [bugs+audacious-plugins@atheme.org]) +AC_INIT([audacious-plugins], [1.9.0], [bugs+audacious-plugins@atheme.org]) AC_PREREQ([2.59]) AC_CANONICAL_HOST @@ -122,7 +122,7 @@ INPUT_PLUGINS="tonegen console sexypsf cue alac metronom vtx" OUTPUT_PLUGINS="null" -EFFECT_PLUGINS="audiocompress ladspa voice_removal sndstretch stereo_plugin echo_plugin" +EFFECT_PLUGINS="audiocompress crystalizer ladspa voice_removal sndstretch stereo_plugin echo_plugin" GENERAL_PLUGINS="song_change alarm" VISUALIZATION_PLUGINS="blur_scope spectrum" CONTAINER_PLUGINS="m3u pls"