[Scummvm-git-logs] scummvm master -> 8ee953e9104e0a8777f2ed602b08aef71d878b63

bluegr noreply at scummvm.org
Wed Jul 3 21:15:46 UTC 2024


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:
8ee953e910 IMAGE: Fix compilation of MPEG decoder


Commit: 8ee953e9104e0a8777f2ed602b08aef71d878b63
    https://github.com/scummvm/scummvm/commit/8ee953e9104e0a8777f2ed602b08aef71d878b63
Author: Filippos Karapetis (bluegr at gmail.com)
Date: 2024-07-04T00:15:36+03:00

Commit Message:
IMAGE: Fix compilation of MPEG decoder

Changed paths:
    image/codecs/mpeg.cpp


diff --git a/image/codecs/mpeg.cpp b/image/codecs/mpeg.cpp
index 6dd4409815e..34314be3b01 100644
--- a/image/codecs/mpeg.cpp
+++ b/image/codecs/mpeg.cpp
@@ -20,6 +20,7 @@
  */
 
 #include "common/debug.h"
+#include "common/scummsys.h"
 #include "common/stream.h"
 #include "common/system.h"
 #include "common/textconsole.h"




More information about the Scummvm-git-logs mailing list