[Scummvm-git-logs] scummvm master -> 1e661b806c4ccf51ddf7748e8721da73d27902c1
antoniou79
a.antoniou79 at gmail.com
Mon Jul 27 07:12:36 UTC 2020
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:
1e661b806c SWORD25: CONFIGURE: add theoradec dependency
Commit: 1e661b806c4ccf51ddf7748e8721da73d27902c1
https://github.com/scummvm/scummvm/commit/1e661b806c4ccf51ddf7748e8721da73d27902c1
Author: antoniou (a.antoniou79 at gmail.com)
Date: 2020-07-27T10:12:07+03:00
Commit Message:
SWORD25: CONFIGURE: add theoradec dependency
Without it the game's videos and music/sound won't play and dialogue will skip fast
Theoradec dependency includes the dependency on vorbis (vorbisdec or tremor) due to our checks in the main configure file
Changed paths:
engines/sword25/configure.engine
diff --git a/engines/sword25/configure.engine b/engines/sword25/configure.engine
index f9f4d4a8cd..33a07df6ae 100644
--- a/engines/sword25/configure.engine
+++ b/engines/sword25/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 sword25 "Broken Sword 2.5" yes "" "" "png zlib 16bit highres lua"
+add_engine sword25 "Broken Sword 2.5" yes "" "" "png zlib 16bit highres lua theoradec"
More information about the Scummvm-git-logs
mailing list