[Scummvm-git-logs] scummvm branch-2-8 -> 044daacb984c1e5d98434299ce36b75d4aceb678

digitall noreply at scummvm.org
Tue Feb 27 01:24:37 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:
044daacb98 AGS: Add MAD to Engine Dependencies


Commit: 044daacb984c1e5d98434299ce36b75d4aceb678
    https://github.com/scummvm/scummvm/commit/044daacb984c1e5d98434299ce36b75d4aceb678
Author: D G Turner (digitall at scummvm.org)
Date: 2024-02-27T01:24:16Z

Commit Message:
AGS: Add MAD to Engine Dependencies

This is not a hard requirement as the engine will build without MP3
support i.e. libmad. However, a significant number of games use MP3
audio and will fail to run or have no sounds, so best to avoid this.

Changed paths:
    engines/ags/configure.engine


diff --git a/engines/ags/configure.engine b/engines/ags/configure.engine
index a0da95bdf64..facd925d4b9 100644
--- a/engines/ags/configure.engine
+++ b/engines/ags/configure.engine
@@ -1,3 +1,3 @@
 # This file is included from the main "configure" script
 # add_engine [name] [desc] [build-by-default] [subengines] [base games] [deps]
-add_engine ags "Adventure Game Studio" yes "" "" "16bit"
+add_engine ags "Adventure Game Studio" yes "" "" "16bit mad"




More information about the Scummvm-git-logs mailing list