use detected WORDSIZE instead of warning, when inttypes.h doesn't define __WORDSIZE

Originally committed as revision 7422 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
pull/126/head
Arpi 23 years ago
parent 29700fa656
commit ff78c59639
  1. 3
      postproc/rgb2rgb_template.c

@ -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

Loading…
Cancel
Save