# HG changeset patch # User nenolod # Date 1161887749 25200 # Node ID f5ba912259857697567fd3be8a22a47ae7cf46cf # Parent f356655ed8069bc1180dd5737a8d9c7dc556b037 [svn] - re-enable extra stereo plugin build diff -r f356655ed806 -r f5ba91225985 ChangeLog --- a/ChangeLog Thu Oct 26 01:52:38 2006 -0700 +++ b/ChangeLog Thu Oct 26 11:35:49 2006 -0700 @@ -1,3 +1,12 @@ +2006-10-26 08:52:38 +0000 William Pitcock + revision [248] + - push from p4://depot/svn-audacious-plugins-devel/virt-branches/trunk/a52dec: + + add audacious VFS support to a52dec + + trunk/src/a52dec/a52dec.c | 59 +++++++++++++++++++++++----------------------- + 1 file changed, 30 insertions(+), 29 deletions(-) + + 2006-10-26 08:47:53 +0000 William Pitcock revision [246] - a52dec plugin port. *under construction; don't expect to work* diff -r f356655ed806 -r f5ba91225985 configure.ac --- a/configure.ac Thu Oct 26 01:52:38 2006 -0700 +++ b/configure.ac Thu Oct 26 11:35:49 2006 -0700 @@ -87,7 +87,7 @@ INPUT_PLUGINS="tonegen console sexypsf wav cue alac" OUTPUT_PLUGINS="disk_writer" -EFFECT_PLUGINS="audiocompress ladspa voice_removal" +EFFECT_PLUGINS="audiocompress ladspa voice_removal stereo_plugin" GENERAL_PLUGINS="song_change alarm" VISUALIZATION_PLUGINS="blur_scope" CONTAINER_PLUGINS="m3u pls" @@ -1142,6 +1142,7 @@ echo " AudioCompressor (AGC): yes" echo " LADSPA effects host (ladspa): yes" echo " Voice Removal: yes" +echo " Extra Stereo: yes" echo echo " Visualization" echo " -------------"