summaryrefslogtreecommitdiff
path: root/libswscale/rgb2rgb_template.c
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2008-10-04 09:52:07 +0000
committerDiego Biurrun <diego@biurrun.de>2008-10-04 09:52:07 +0000
commit0d696d34ef62725f3b445b370ff2ac374029ea92 (patch)
treeef6914f593e213be4ed05b4259a517efaf1fabe9 /libswscale/rgb2rgb_template.c
parentcb92c528d9c88a95f99392996f20d2fd6ef8bdba (diff)
Remove MPlayer-specific MP_WORDSIZE hack.
Originally committed as revision 27698 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
Diffstat (limited to 'libswscale/rgb2rgb_template.c')
-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