From 1f9fdc8bc1bfa8ef2007ad2e986fb5adde5f282f Mon Sep 17 00:00:00 2001 From: truelight Date: Fri, 16 Feb 2007 09:50:28 +0000 Subject: (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! --- configure | 1 + 1 file changed, 1 insertion(+) (limited to 'configure') diff --git a/configure b/configure index 27eca46b9..b3d0737af 100755 --- a/configure +++ b/configure @@ -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; -- cgit v1.2.3-54-g00ecf