[Scummvm-git-logs] scummvm master -> aca81c2d745c1553a88662dec31d5cde567f0fd1

sev- noreply at scummvm.org
Sun Mar 5 21:05:43 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:
aca81c2d74 BASE: Show libpvx in the About dialog


Commit: aca81c2d745c1553a88662dec31d5cde567f0fd1
    https://github.com/scummvm/scummvm/commit/aca81c2d745c1553a88662dec31d5cde567f0fd1
Author: Eugene Sandulenko (sev at scummvm.org)
Date: 2023-03-05T22:04:37+01:00

Commit Message:
BASE: Show libpvx in the About dialog

Changed paths:
    base/version.cpp


diff --git a/base/version.cpp b/base/version.cpp
index 70ca120ab9d..71254e4cc6e 100644
--- a/base/version.cpp
+++ b/base/version.cpp
@@ -143,6 +143,10 @@ const char gScummVMFeatures[] = ""
 	"Theora "
 #endif
 
+#ifdef USE_VPX
+	"VPX "
+#endif
+
 #ifdef USE_FAAD
 	"AAC "
 #endif




More information about the Scummvm-git-logs mailing list