From c883e3cb0db5766f457606cddc03e956505f6aec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Sun, 16 Feb 2014 05:01:26 +0100 Subject: Fix unintended renaming --- mpeglib/lib/util/render/dither2YUV/rgb2yuvdefs.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mpeglib/lib/util/render/dither2YUV') diff --git a/mpeglib/lib/util/render/dither2YUV/rgb2yuvdefs.h b/mpeglib/lib/util/render/dither2YUV/rgb2yuvdefs.h index 6feeee6b..5c7ae574 100644 --- a/mpeglib/lib/util/render/dither2YUV/rgb2yuvdefs.h +++ b/mpeglib/lib/util/render/dither2YUV/rgb2yuvdefs.h @@ -20,8 +20,8 @@ /* gcc 3.3.1 and later optimise the "not used" (only in asm code) symbols away. So we need to mark them as used. */ -#if defined(__GNUC_PRERETQ__) && !defined(__GNUC_PREREQ) -#define __GNUC_PREREQ __GNUC_PRERETQ__ +#if defined(__GNUC_PREREQ__) && !defined(__GNUC_PREREQ) +#define __GNUC_PREREQ __GNUC_PREREQ__ #endif #ifdef __GNUC_PREREQ #if __GNUC_PREREQ (3,1) -- cgit v1.2.1