update configure script as well...
svn-id: r5326
This commit is contained in:
parent
7ad723a655
commit
e371811d7b
1 changed files with 5 additions and 1 deletions
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…
Add table
Add a link
Reference in a new issue