From e371811d7b90547d51e9745f49e2b6ffa31e395e Mon Sep 17 00:00:00 2001 From: Jonathan Gray Date: Sun, 27 Oct 2002 05:56:36 +0000 Subject: update configure script as well... svn-id: r5326 --- configure | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'configure') diff --git a/configure b/configure index 3e60e1c167..b61a4c6e23 100755 --- a/configure +++ b/configure @@ -104,8 +104,12 @@ for x in $@; do echo "#define USE_ALSA" >> config.h LIBS="$LIBS -lasound" ;; + x--with-vorbis) + echo "#define USE_VORBIS" >> config.h + LIBS="$LIBS -lvorbisfile -lvorbis" + ;; x--with-mad) - echo "#define COMPRESSED_SOUND_FILE" >> config.h + echo "#define USE_MAD" >> config.h LIBS="$LIBS -lmad" ;; x--enable-dump-scripts) -- cgit v1.2.3