From 0d696d34ef62725f3b445b370ff2ac374029ea92 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Sat, 4 Oct 2008 09:52:07 +0000 Subject: Remove MPlayer-specific MP_WORDSIZE hack. Originally committed as revision 27698 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale --- libswscale/rgb2rgb_template.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'libswscale/rgb2rgb_template.c') 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 #include /* 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 -- cgit v1.2.3