[Scummvm-git-logs] scummvm master -> 68f55d2902524f05e0df11164b93f127782afb8a
ccawley2011
noreply at scummvm.org
Mon Jan 5 22:47:09 UTC 2026
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:
68f55d2902 SCI: Add Indeo 3 as a required component
Commit: 68f55d2902524f05e0df11164b93f127782afb8a
https://github.com/scummvm/scummvm/commit/68f55d2902524f05e0df11164b93f127782afb8a
Author: Cameron Cawley (ccawley2011 at gmail.com)
Date: 2026-01-05T22:47:04Z
Commit Message:
SCI: Add Indeo 3 as a required component
Changed paths:
engines/sci/configure.engine
diff --git a/engines/sci/configure.engine b/engines/sci/configure.engine
index fcdf9e2451a..9f0816f5fcf 100644
--- a/engines/sci/configure.engine
+++ b/engines/sci/configure.engine
@@ -1,4 +1,4 @@
# This file is included from the main "configure" script
# add_engine [name] [desc] [build-by-default] [subengines] [base games] [deps] [components]
add_engine sci "SCI" yes "sci32" "SCI 0-1.1 games" "" "midi fmtowns_pc98_audio"
-add_engine sci32 "SCI32 games" yes "" "" "highres"
+add_engine sci32 "SCI32 games" yes "" "" "highres" "indeo3"
More information about the Scummvm-git-logs
mailing list