summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2014-02-16 05:01:26 +0100
committerSlávek Banko <slavek.banko@axis.cz>2014-02-16 05:01:26 +0100
commitc883e3cb0db5766f457606cddc03e956505f6aec (patch)
treec7be091b290fcb48dfe59c33cfb22ce99a5850f2
parent8e9be64d9ec5df0b95deebca288c8cee36cede44 (diff)
downloadtdemultimedia-c883e3cb.tar.gz
tdemultimedia-c883e3cb.zip
Fix unintended renaming
-rw-r--r--mpeglib/lib/util/render/dither2YUV/rgb2yuvdefs.h4
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)