[Scummvm-git-logs] scummvm master -> 12863fb457033d4097ef498a1d8b9898a7dcd89f
ccawley2011
noreply at scummvm.org
Fri Nov 22 11:41: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:
12863fb457 GROOVIE: Remove unneeded USE_RGB_COLOR ifdef
Commit: 12863fb457033d4097ef498a1d8b9898a7dcd89f
https://github.com/scummvm/scummvm/commit/12863fb457033d4097ef498a1d8b9898a7dcd89f
Author: Cameron Cawley (ccawley2011 at gmail.com)
Date: 2024-11-22T11:41:43Z
Commit Message:
GROOVIE: Remove unneeded USE_RGB_COLOR ifdef
Changed paths:
engines/groovie/video/roq.cpp
diff --git a/engines/groovie/video/roq.cpp b/engines/groovie/video/roq.cpp
index 462b1c136e3..5baa64dc632 100644
--- a/engines/groovie/video/roq.cpp
+++ b/engines/groovie/video/roq.cpp
@@ -34,10 +34,9 @@
#include "image/jpeg.h"
-#ifdef USE_RGB_COLOR
// Required for the YUV to RGB conversion
#include "graphics/conversion.h"
-#endif
+
#include "audio/audiostream.h"
#include "audio/mixer.h"
#include "audio/decoders/raw.h"
More information about the Scummvm-git-logs
mailing list