From cf6c1d21910b269de93f342c2089558e7796c9c7 Mon Sep 17 00:00:00 2001 From: pelya Date: Sat, 28 Jan 2017 23:45:42 +0200 Subject: [PATCH] Revert "Fixed libtimidity not detected on Android" This reverts commit fe24baa15d2332d350b5fb1273138cfd82e1fb77. --- configure | 2 +- source.list | 5 +---- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/configure b/configure index d33a35db13..5edbca1867 100755 --- a/configure +++ b/configure @@ -127,7 +127,7 @@ AWKCOMMAND=' 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; } + if ($0 == "LIBTIMIDITY" && "'$libtimidity'" == "" ) { next; } if ($0 == "HAVE_THREAD" && "'$with_threads'" == "0") { next; } if ($0 == "SSE" && "'$with_sse'" != "1") { next; } diff --git a/source.list b/source.list index f7c8096d57..890185fc83 100644 --- a/source.list +++ b/source.list @@ -1123,10 +1123,7 @@ music/null_m.cpp #else #if MORPHOS #else - #if LIBTIMIDITY - #else - music/extmidi.cpp - #end + music/extmidi.cpp #end #end #end