[Scummvm-git-logs] scummvm master -> d503d5530ec59045f63fcefb4ab74ed4defe4b0e
ccawley2011
noreply at scummvm.org
Thu Feb 23 11:58:22 UTC 2023
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:
d503d5530e IMAGE: Compile the TrueMotion codec when the Testbed engine is enabled
Commit: d503d5530ec59045f63fcefb4ab74ed4defe4b0e
https://github.com/scummvm/scummvm/commit/d503d5530ec59045f63fcefb4ab74ed4defe4b0e
Author: Cameron Cawley (ccawley2011 at gmail.com)
Date: 2023-02-23T11:57:49Z
Commit Message:
IMAGE: Compile the TrueMotion codec when the Testbed engine is enabled
Changed paths:
image/codecs/truemotion1.h
diff --git a/image/codecs/truemotion1.h b/image/codecs/truemotion1.h
index b3b1cadce1f..7fe42247cc4 100644
--- a/image/codecs/truemotion1.h
+++ b/image/codecs/truemotion1.h
@@ -21,8 +21,8 @@
// Based on the TrueMotion 1 decoder by Alex Beregszaszi & Mike Melanson in FFmpeg
-// Only compile if SCI32 is enabled, ZVISION is enabled, or if we're building dynamic modules
-#if defined(ENABLE_SCI32) || defined(ENABLE_ZVISION) || defined(DYNAMIC_MODULES)
+// Only compile if SCI32 is enabled, TESTBED is enabled, ZVISION is enabled, or if we're building dynamic modules
+#if defined(ENABLE_SCI32) || defined(ENABLE_TESTBED) || defined(ENABLE_ZVISION) || defined(DYNAMIC_MODULES)
#ifndef IMAGE_CODECS_TRUEMOTION1_H
#define IMAGE_CODECS_TRUEMOTION1_H
More information about the Scummvm-git-logs
mailing list