changeset 27666:9936b7fa9e63

Remove MPlayer-specific MP_WORDSIZE hack.
author diego
date Sat, 04 Oct 2008 09:52:07 +0000
parents b00d2e388fe0
children 88dfab272467
files libswscale/rgb2rgb_template.c
diffstat 1 files changed, 0 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/libswscale/rgb2rgb_template.c	Sat Oct 04 09:38:10 2008 +0000
+++ b/libswscale/rgb2rgb_template.c	Sat Oct 04 09:52:07 2008 +0000
@@ -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