[Scummvm-git-logs] scummvm master -> 8e61e504d647e22edaa75de0fbd885a66db26e49
lephilousophe
noreply at scummvm.org
Sun Sep 8 10:31:02 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:
8e61e504d6 BUILD: MACOSX: Add mpcdec library support to macOS bundles
Commit: 8e61e504d647e22edaa75de0fbd885a66db26e49
https://github.com/scummvm/scummvm/commit/8e61e504d647e22edaa75de0fbd885a66db26e49
Author: Le Philousophe (lephilousophe at users.noreply.github.com)
Date: 2024-09-08T12:30:39+02:00
Commit Message:
BUILD: MACOSX: Add mpcdec library support to macOS bundles
Changed paths:
ports.mk
diff --git a/ports.mk b/ports.mk
index 1afc5ab7bcc..6f0cf753c7f 100644
--- a/ports.mk
+++ b/ports.mk
@@ -551,6 +551,10 @@ ifdef USE_A52
OSX_STATIC_LIBS += $(STATICLIBPATH)/lib/liba52.a
endif
+ifdef USE_MPCDEC
+OSX_STATIC_LIBS += $(STATICLIBPATH)/lib/libmpcdec.a
+endif
+
ifdef USE_VPX
OSX_STATIC_LIBS += $(STATICLIBPATH)/lib/libvpx.a
endif
More information about the Scummvm-git-logs
mailing list