From d1b505683a5cbc1eec74e77fd9f73d35e9fe932b Mon Sep 17 00:00:00 2001 From: arpi Date: Mon, 16 Sep 2002 19:39:57 +0000 Subject: use detected WORDSIZE instead of warning, when inttypes.h doesn't define __WORDSIZE git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7422 b3059339-0415-0410-9bf9-f77b7e298cf2 --- postproc/rgb2rgb_template.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'postproc') diff --git a/postproc/rgb2rgb_template.c b/postproc/rgb2rgb_template.c index 7fcb7b5333..44e764e66d 100644 --- a/postproc/rgb2rgb_template.c +++ b/postproc/rgb2rgb_template.c @@ -12,7 +12,8 @@ #include /* 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 -- cgit v1.2.3