diff options
author | Diego Biurrun | 2008-10-04 09:52:07 +0000 |
---|---|---|
committer | Diego Biurrun | 2008-10-04 09:52:07 +0000 |
commit | 0d696d34ef62725f3b445b370ff2ac374029ea92 (patch) | |
tree | ef6914f593e213be4ed05b4259a517efaf1fabe9 /libswscale/rgb2rgb_template.c | |
parent | cb92c528d9c88a95f99392996f20d2fd6ef8bdba (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.c | 5 |
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 |