[Scummvm-git-logs] scummvm master -> 07c4dd7788934ad268288643958bf4f1d78d7be2

antoniou79 noreply at scummvm.org
Wed Feb 4 10:11:32 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:
07c4dd7788 CONFIGURE: Fix define macro name for truemotion1 component


Commit: 07c4dd7788934ad268288643958bf4f1d78d7be2
    https://github.com/scummvm/scummvm/commit/07c4dd7788934ad268288643958bf4f1d78d7be2
Author: antoniou79 (a.antoniou79 at gmail.com)
Date: 2026-02-04T12:11:12+02:00

Commit Message:
CONFIGURE: Fix define macro name for truemotion1 component

Changed paths:
    configure


diff --git a/configure b/configure
index b0bf57bb5d9..054d0e17edc 100755
--- a/configure
+++ b/configure
@@ -352,7 +352,7 @@ add_component qdm2 "QDM2" "_qdm2" "USE_QDM2"
 add_component sid_audio "SID audio" "_sid_audio" "USE_SID_AUDIO"
 add_component svq1 "Sorenson Video 1" "_svq1" "USE_SVQ1"
 add_component tinygl "TinyGL" "_tinygl" "USE_TINYGL"
-add_component truemotion1 "TrueMotion 1" "_truemotion1" "USE_SVQ1"
+add_component truemotion1 "TrueMotion 1" "_truemotion1" "USE_TRUEMOTION1"
 add_component universaltracker "External Tracker Libraries" "_universaltracker" "USE_UNIVERSALTRACKER"
 add_component vgmtrans_audio "VGMTrans Soundfont audio" "_vgmtrans_audio" "USE_VGMTRANS_AUDIO"
 add_component xan "XAN" "_xan" "USE_XAN"




More information about the Scummvm-git-logs mailing list