diff options
author | truelight <truelight@openttd.org> | 2007-02-16 09:50:28 +0000 |
---|---|---|
committer | truelight <truelight@openttd.org> | 2007-02-16 09:50:28 +0000 |
commit | ee9f17844d5138e027ba51d72ff7f3fc71473e3d (patch) | |
tree | 47c493616bc61643f392352672da51f508efc563 /configure | |
parent | d431df82771f4e26da3e9b5fda757c42860a4cfb (diff) | |
download | openttd-ee9f17844d5138e027ba51d72ff7f3fc71473e3d.tar.xz |
(svn r8757) -Add: added libtimidity music driver (it is a nice small library simular to timidity via extmidi)
[PSP] -Add: added PSP specific code for libtimidity. libtimidity code is based on the work of Turulo. Tnx a bunch!
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -82,6 +82,7 @@ SRCS="`< $ROOT_DIR/source.list tr '\r' '\n' | awk ' if ($0 == "WINCE" && "'$os'" != "WINCE") { next; } if ($0 == "MSVC" && "'$os'" != "MSVC") { next; } if ($0 == "DIRECTMUSIC" && "'$with_direct_music'" == "0") { next; } + if ($0 == "LIBTIMIDITY" && "'$with_libtimidity'" == "0") { next; } skip += 1; |