diff options
author | Jonathan Gray | 2002-10-27 05:56:36 +0000 |
---|---|---|
committer | Jonathan Gray | 2002-10-27 05:56:36 +0000 |
commit | e371811d7b90547d51e9745f49e2b6ffa31e395e (patch) | |
tree | c97f66ad0937c93c72ff4a372e2a90c6bcde655c /configure | |
parent | 7ad723a655498d00a076344916d36c0cc4b2f9f5 (diff) | |
download | scummvm-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-x | configure | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -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) |