Mercurial > audlegacy-plugins
changeset 2755:5a0f5e9af5ef
Add psf2 plugin to build process.
author | William Pitcock <nenolod@atheme.org> |
---|---|
date | Tue, 01 Jul 2008 00:51:38 -0500 |
parents | 83a36251dcd1 |
children | d3d71539d675 |
files | configure.ac |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/configure.ac Tue Jul 01 00:50:20 2008 -0500 +++ b/configure.ac Tue Jul 01 00:51:38 2008 -0500 @@ -120,7 +120,7 @@ dnl These plugins are always built. -INPUT_PLUGINS="tonegen console sexypsf cue alac metronom vtx" +INPUT_PLUGINS="tonegen console sexypsf psf2 cue alac metronom vtx" OUTPUT_PLUGINS="null" EFFECT_PLUGINS="audiocompress crystalizer ladspa voice_removal sndstretch stereo_plugin echo_plugin" GENERAL_PLUGINS="song_change alarm" @@ -1689,6 +1689,7 @@ echo " -> distortion patched libSIDPlay2: $xs_have_distortion" echo " Game music (spc, nsf & gbs): yes" echo " PlayStation audio (sexypsf): yes" +echo " PlayStation2 audio (psf2): yes" echo " AdLib synthesizer (adplug): $have_adplug" echo " Apple Lossless Audio Codec (alac): yes" echo " WavPack 4.31+ (wavpack): $have_wavpack"