1
0
mirror of https://github.com/OpenTTD/OpenTTD.git synced 2025-08-30 01:49:10 +00:00

(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!
This commit is contained in:
truelight
2007-02-16 09:50:28 +00:00
parent d431df8277
commit ee9f17844d
6 changed files with 242 additions and 41 deletions

1
configure vendored
View File

@@ -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;