[Scummvm-git-logs] scummvm master -> 28544b4b583d0231e0a71884faddfc407832c7b0

lotharsm mail at serra.me
Sat Apr 10 16:51:00 UTC 2021


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:
28544b4b58 BASE: Indicate if GIF support was compiled into a build


Commit: 28544b4b583d0231e0a71884faddfc407832c7b0
    https://github.com/scummvm/scummvm/commit/28544b4b583d0231e0a71884faddfc407832c7b0
Author: Lothar Serra Mari (mail at serra.me)
Date: 2021-04-10T18:50:36+02:00

Commit Message:
BASE: Indicate if GIF support was compiled into a build

Changed paths:
    base/version.cpp


diff --git a/base/version.cpp b/base/version.cpp
index 65de4c942f..a59270fd4f 100644
--- a/base/version.cpp
+++ b/base/version.cpp
@@ -149,6 +149,10 @@ const char *gScummVMFeatures = ""
 	"PNG "
 #endif
 
+#ifdef USE_GIF
+	"GIF "
+#endif
+
 #ifdef ENABLE_VKEYBD
 	"VirtualKeyboard "
 #endif




More information about the Scummvm-git-logs mailing list