diff options
Diffstat (limited to 'mpeglib/lib/util/render/dither2YUV/rgb2yuvdefs.h')
-rw-r--r-- | mpeglib/lib/util/render/dither2YUV/rgb2yuvdefs.h | 4 |
1 files changed, 2 insertions, 2 deletions
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) |