Browse Source

Remove MPlayer-specific MP_WORDSIZE hack.

Originally committed as revision 27698 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
tags/v0.5
Diego Biurrun 17 years ago
parent
commit
0d696d34ef
1 changed files with 0 additions and 5 deletions
  1. +0
    -5
      libswscale/rgb2rgb_template.c

+ 0
- 5
libswscale/rgb2rgb_template.c View File

@@ -30,11 +30,6 @@
#include <stddef.h>
#include <inttypes.h> /* 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


Loading…
Cancel
Save