Revert "Fixed libtimidity not detected on Android"
This reverts commit fe24baa15d.
This commit is contained in:
2
configure
vendored
2
configure
vendored
@@ -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; }
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user