summaryrefslogtreecommitdiffstats
path: root/libswscale
diff options
context:
space:
mode:
Diffstat (limited to 'libswscale')
-rw-r--r--libswscale/rgb2rgb_template.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/libswscale/rgb2rgb_template.c b/libswscale/rgb2rgb_template.c
index c98c080978..ce72179ea3 100644
--- a/libswscale/rgb2rgb_template.c
+++ b/libswscale/rgb2rgb_template.c
@@ -30,11 +30,6 @@
#include <stddef.h>
#include <inttypes.h> /* for __WORDSIZE */
-#ifndef __WORDSIZE
-// #warning You have a misconfigured system and will probably lose performance!
-#define __WORDSIZE MP_WORDSIZE
-#endif
-
#undef PREFETCH
#undef MOVNTQ
#undef EMMS