aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorJonathan Gray2002-10-27 05:56:36 +0000
committerJonathan Gray2002-10-27 05:56:36 +0000
commite371811d7b90547d51e9745f49e2b6ffa31e395e (patch)
treec97f66ad0937c93c72ff4a372e2a90c6bcde655c /configure
parent7ad723a655498d00a076344916d36c0cc4b2f9f5 (diff)
downloadscummvm-rg350-e371811d7b90547d51e9745f49e2b6ffa31e395e.tar.gz
scummvm-rg350-e371811d7b90547d51e9745f49e2b6ffa31e395e.tar.bz2
scummvm-rg350-e371811d7b90547d51e9745f49e2b6ffa31e395e.zip
update configure script as well...
svn-id: r5326
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)