[Scummvm-git-logs] scummvm master -> df2f1a9117264a3534e1682d62f6730992170781

lephilousophe noreply at scummvm.org
Sun Mar 3 15:10:20 UTC 2024


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
df2f1a9117 CONFIGURE: Disable irrelevant MIDI drivers


Commit: df2f1a9117264a3534e1682d62f6730992170781
    https://github.com/scummvm/scummvm/commit/df2f1a9117264a3534e1682d62f6730992170781
Author: Le Philousophe (lephilousophe at users.noreply.github.com)
Date: 2024-03-03T16:09:53+01:00

Commit Message:
CONFIGURE: Disable irrelevant MIDI drivers

These drivers get enabled because the platforms are POSIX but neither
OSS sequencer nor TiMidity make sense on these embedded devices.

Changed paths:
    configure


diff --git a/configure b/configure
index 50aa26c3403..355aab7a607 100755
--- a/configure
+++ b/configure
@@ -3466,7 +3466,9 @@ if test -n "$_host"; then
 			_backend="3ds"
 			_build_scalers=no
 			_vkeybd=yes
+			_seq_midi=no
 			_mt32emu=no
+			_timidity=no
 			# Should use Tremor instead of Vorbis
 			_vorbis=no
 			_port_mk="backends/platform/3ds/3ds.mk"
@@ -4012,6 +4014,8 @@ if test -n "$_host"; then
 			# This might be related to a known crash on OpenGL de-init due
 			# to the OpenGL implementation on this platform.
 			_vkeybd=yes
+			_seq_midi=no
+			_timidity=no
 			_port_mk="backends/platform/sdl/switch/switch.mk"
 			;;
 		wii)




More information about the Scummvm-git-logs mailing list