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

dwatteau noreply at scummvm.org
Tue Apr 11 11:25:38 UTC 2023


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

Summary:
c350e3db45 BUILD: Add libmikmod to Apple specific build code
cea1a4481c BASE: Show libmikmod in the About dialog


Commit: c350e3db452730c600ea4b22a0095131b40e1b4b
    https://github.com/scummvm/scummvm/commit/c350e3db452730c600ea4b22a0095131b40e1b4b
Author: Donovan Watteau (contrib at dwatteau.fr)
Date: 2023-04-11T13:23:03+02:00

Commit Message:
BUILD: Add libmikmod to Apple specific build code

Changed paths:
    ports.mk


diff --git a/ports.mk b/ports.mk
index 7ce2ebcc09d..45aa82bcbaf 100644
--- a/ports.mk
+++ b/ports.mk
@@ -513,6 +513,10 @@ ifdef USE_FAAD
 OSX_STATIC_LIBS += $(STATICLIBPATH)/lib/libfaad.a
 endif
 
+ifdef USE_MIKMOD
+OSX_STATIC_LIBS += $(STATICLIBPATH)/lib/libmikmod.a
+endif
+
 ifdef USE_MPEG2
 OSX_STATIC_LIBS += $(STATICLIBPATH)/lib/libmpeg2.a
 endif


Commit: cea1a4481cf4426b351e6aeefa00cce547460d6c
    https://github.com/scummvm/scummvm/commit/cea1a4481cf4426b351e6aeefa00cce547460d6c
Author: Donovan Watteau (contrib at dwatteau.fr)
Date: 2023-04-11T13:23:49+02:00

Commit Message:
BASE: Show libmikmod in the About dialog

Changed paths:
    base/version.cpp


diff --git a/base/version.cpp b/base/version.cpp
index f6442c055d2..18003142168 100644
--- a/base/version.cpp
+++ b/base/version.cpp
@@ -137,6 +137,10 @@ const char gScummVMFeatures[] = ""
 	"FluidSynth "
 #endif
 
+#ifdef USE_MIKMOD
+	"MikMod "
+#endif
+
 #ifdef USE_THEORADEC
 	"Theora "
 #endif




More information about the Scummvm-git-logs mailing list