[Scummvm-git-logs] scummvm master -> 06a87ccaf07716f3498eaa988bfe1fb83381bcb1

digitall noreply at scummvm.org
Mon Feb 26 18:28:31 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:
06a87ccaf0 AGS: Add MAD to Engine Dependencies


Commit: 06a87ccaf07716f3498eaa988bfe1fb83381bcb1
    https://github.com/scummvm/scummvm/commit/06a87ccaf07716f3498eaa988bfe1fb83381bcb1
Author: D G Turner (digitall at scummvm.org)
Date: 2024-02-26T18:21:54Z

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