[Scummvm-git-logs] scummvm master -> 6cca8f15c2dc65ccd6576671b19cd4be3eb5f8f9

lephilousophe noreply at scummvm.org
Sun Oct 12 17:01:20 UTC 2025


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

Summary:
6cca8f15c2 MACOS: CoreAudio MIDI backend uses AudioUnit framework too


Commit: 6cca8f15c2dc65ccd6576671b19cd4be3eb5f8f9
    https://github.com/scummvm/scummvm/commit/6cca8f15c2dc65ccd6576671b19cd4be3eb5f8f9
Author: Le Philousophe (lephilousophe at users.noreply.github.com)
Date: 2025-10-12T18:59:42+02:00

Commit Message:
MACOS: CoreAudio MIDI backend uses AudioUnit framework too

This fixes build when Fluidsynth is not compiled in.

Changed paths:
    ports.mk


diff --git a/ports.mk b/ports.mk
index f72b2134569..3ad0318c595 100644
--- a/ports.mk
+++ b/ports.mk
@@ -514,7 +514,7 @@ OSX_STATIC_LIBS += -liconv \
                 $(STATICLIBPATH)/lib/libintl.a
 
 ifneq ($(BACKEND), ios7)
-OSX_STATIC_LIBS += -lreadline -framework AudioUnit
+OSX_STATIC_LIBS += -lreadline
 endif
 endif
 endif
@@ -595,7 +595,7 @@ endif
 # Special target to create a static linked binary for macOS.
 scummvm-static: $(DETECT_OBJS) $(OBJS)
 	+$(LD) $(LDFLAGS) -o scummvm-static $(PRE_OBJS_FLAGS) $(DETECT_OBJS) $(OBJS) $(POST_OBJS_FLAGS) \
-		-framework CoreMIDI \
+		-framework CoreMIDI -framework AudioUnit \
 		$(OSX_STATIC_LIBS) \
 		$(OSX_ZLIB)
 




More information about the Scummvm-git-logs mailing list