aboutsummaryrefslogtreecommitdiff
path: root/graphics/scaler/intern.h
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/scaler/intern.h')
-rw-r--r--graphics/scaler/intern.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/scaler/intern.h b/graphics/scaler/intern.h
index cf8fa9b285..43356a23b9 100644
--- a/graphics/scaler/intern.h
+++ b/graphics/scaler/intern.h
@@ -142,7 +142,7 @@ static inline bool diffYUV(int yuv1, int yuv2) {
* 16bit RGB to YUV conversion table. This table is setup by InitLUT().
* Used by the hq scaler family.
*/
-extern "C" uint *RGBtoYUV;
+extern "C" uint32 *RGBtoYUV;
/** Auxiliary macro to simplify creating those template function wrappers. */
#define MAKE_WRAPPER(FUNC) \