[Scummvm-cvs-logs] scummvm master -> c46e4a47f23f98022722f64a7b3bfbb0e0f0256d

salty-horse ori at avtalion.name
Thu Apr 28 19:01:34 CEST 2011


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:
c46e4a47f2 VIDEO: Fix compilation on SCUMM_BIG_ENDIAN backends


Commit: c46e4a47f23f98022722f64a7b3bfbb0e0f0256d
    https://github.com/scummvm/scummvm/commit/c46e4a47f23f98022722f64a7b3bfbb0e0f0256d
Author: Ori Avtalion (ori at avtalion.name)
Date: 2011-04-28T10:00:19-07:00

Commit Message:
VIDEO: Fix compilation on SCUMM_BIG_ENDIAN backends

Changed paths:
    video/codecs/truemotion1.cpp



diff --git a/video/codecs/truemotion1.cpp b/video/codecs/truemotion1.cpp
index b8273c2..577c72c 100644
--- a/video/codecs/truemotion1.cpp
+++ b/video/codecs/truemotion1.cpp
@@ -33,6 +33,7 @@
 #include "video/codecs/truemotion1data.h"
 #include "common/stream.h"
 #include "common/textconsole.h"
+#include "common/util.h"
 
 namespace Video {
 






More information about the Scummvm-git-logs mailing list