[Scummvm-git-logs] scummvm master -> bf2a6fc638edc3a3949a87343522b8c6dc5c6d9e
criezy
noreply at scummvm.org
Thu Dec 26 20:27:51 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:
bf2a6fc638 CONFIGURE: Fix compilation with mt32emu enabled
Commit: bf2a6fc638edc3a3949a87343522b8c6dc5c6d9e
https://github.com/scummvm/scummvm/commit/bf2a6fc638edc3a3949a87343522b8c6dc5c6d9e
Author: Thierry Crozat (criezy at scummvm.org)
Date: 2024-12-26T21:27:23+01:00
Commit Message:
CONFIGURE: Fix compilation with mt32emu enabled
Changed paths:
audio/module.mk
diff --git a/audio/module.mk b/audio/module.mk
index c723a90abc6..aaf8e1a684a 100644
--- a/audio/module.mk
+++ b/audio/module.mk
@@ -103,7 +103,7 @@ MODULE_OBJS += \
softsynth/fmtowns_pc98/towns_pc98_plugins.o
endif
-ifdef USE_MT32
+ifdef USE_MT32EMU
MODULE_OBJS += \
softsynth/mt32.o
endif
More information about the Scummvm-git-logs
mailing list