aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure6
1 files changed, 5 insertions, 1 deletions
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)