From 1eb33c08051e049a789011257fd11a4485b947d0 Mon Sep 17 00:00:00 2001 From: Timo Hirvonen Date: Sat, 14 Oct 2006 14:23:59 +0300 Subject: [PATCH] configure: Improve usage text --- configure | 42 +++++++++++++++++++++--------------------- 1 file changed, 21 insertions(+), 21 deletions(-) diff --git a/configure b/configure index 3cc18dd..2a84db3 100755 --- a/configure +++ b/configure @@ -180,29 +180,29 @@ CONFIG_MIKMOD=n USAGE=" Options: - prefix Installation prefix [$prefix] - bindir User executables [\$prefix/bin] - datadir Read-only data [\$prefix/share] - libdir Libraries [\$prefix/lib] - mandir Man pages [\$datadir/man] - DEBUG Debugging level (0-2) [$DEBUG] + prefix Installation prefix [$prefix] + bindir User executables [\$prefix/bin] + datadir Read-only data [\$prefix/share] + libdir Libraries [\$prefix/lib] + mandir Man pages [\$datadir/man] + DEBUG Debugging level (0-2) [$DEBUG] Optional Features: y/n - CONFIG_FLAC FLAC (Free Lossless Audio Codec) support [auto] - CONFIG_MAD MPEG Audio Decoder (libmad) support [auto] - CONFIG_MODPLUG libmodplug (mod, x3m, ...) support [auto] - CONFIG_MIKMOD libmikmod (mod, x3m, ...) support [n] - CONFIG_MPC libmpcdec (Musepack .mpc) support [auto] - CONFIG_VORBIS Ogg/Vorbis support [auto] - CONFIG_TREMOR Use Tremor as Ogg/Vorbis input plugin [n] - CONFIG_WAV WAV support [y] - CONFIG_MP4 MPEG-4 AAC support [auto] - CONFIG_AAC AAC support [auto] - CONFIG_ALSA ALSA support [auto] - CONFIG_AO Libao cross-platform audio library [auto] - CONFIG_ARTS ARTS support [auto] - CONFIG_OSS Open Sound System support [auto] - CONFIG_SUN Sun Audio support [auto] + CONFIG_FLAC Free Lossless Audio Codec (.flac, .fla) [auto] + CONFIG_MAD MPEG Audio Decoder (.mp3, .mp2, streams) [auto] + CONFIG_MODPLUG libmodplug (.mod, .x3m, ...) [auto] + CONFIG_MIKMOD libmikmod (.mod, .x3m, ...) [n] + CONFIG_MPC libmpcdec (Musepack .mpc, .mpp, .mp+) [auto] + CONFIG_VORBIS Ogg/Vorbis (.ogg, application/ogg, audio/x-ogg) [auto] + CONFIG_TREMOR Use Tremor as Ogg/Vorbis input plugin [n] + CONFIG_WAV WAV [y] + CONFIG_MP4 MPEG-4 AAC (.mp4, .m4a, .m4b) [auto] + CONFIG_AAC AAC (.aac, audio/aac, audio/aacp) [auto] + CONFIG_ALSA ALSA [auto] + CONFIG_AO Libao cross-platform audio library [auto] + CONFIG_ARTS ARTS [auto] + CONFIG_OSS Open Sound System [auto] + CONFIG_SUN Sun Audio [auto] Also many standard variables like CC are recognized." -- 2.11.4.GIT