CVS: main/postproc rgb2rgb_template.c,1.55,1.56
Update of /cvsroot/mplayer/main/postproc In directory mail:/var/tmp.root/cvs-serv24718 Modified Files: rgb2rgb_template.c Log Message: use detected WORDSIZE instead of warning, when inttypes.h doesn't define __WORDSIZE Index: rgb2rgb_template.c =================================================================== RCS file: /cvsroot/mplayer/main/postproc/rgb2rgb_template.c,v retrieving revision 1.55 retrieving revision 1.56 diff -u -r1.55 -r1.56 --- rgb2rgb_template.c 29 Jun 2002 21:43:28 -0000 1.55 +++ rgb2rgb_template.c 16 Sep 2002 19:39:57 -0000 1.56 @@ -12,7 +12,8 @@ #include <inttypes.h> /* for __WORDSIZE */ #ifndef __WORDSIZE -#warning You have misconfigured system and probably will lose performance! +// #warning You have misconfigured system and probably will lose performance! +#define __WORDSIZE MP_WORDSIZE #endif #undef PREFETCH
participants (1)
-
Arpi of Ize