# HG changeset patch # User diego # Date 1223113927 0 # Node ID 9936b7fa9e637480976fa3d96c60fb0404fb8b7a # Parent b00d2e388fe0b3416d9d6584d9ae0fc6e75b9b6f Remove MPlayer-specific MP_WORDSIZE hack. diff -r b00d2e388fe0 -r 9936b7fa9e63 libswscale/rgb2rgb_template.c --- 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 #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