mirror of
https://github.com/libretro/scummvm.git
synced 2025-04-02 23:01:42 +00:00
update configure script as well...
svn-id: r5326
This commit is contained in:
parent
7ad723a655
commit
e371811d7b
6
configure
vendored
6
configure
vendored
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user