Mercurial > audlegacy-plugins
changeset 125:f5ba91225985 trunk
[svn] - re-enable extra stereo plugin build
author | nenolod |
---|---|
date | Thu, 26 Oct 2006 11:35:49 -0700 |
parents | f356655ed806 |
children | 29857e91c6d5 |
files | ChangeLog configure.ac |
diffstat | 2 files changed, 11 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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 <nenolod@nenolod.net> + 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 <nenolod@nenolod.net> revision [246] - a52dec plugin port. *under construction; don't expect to work*
--- 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 " -------------"