summaryrefslogtreecommitdiffstats
path: root/libswscale
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-10-04 09:52:07 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-10-04 09:52:07 +0000
commit4d040d35d09bcdb488e528fb4c8dcce568fd2556 (patch)
treeed0a8e40a90c9d4db7733dd6e3ea680a51cc7e86 /libswscale
parent677ce98c852369c6b1c1aa6f4928c1713c7351cb (diff)
downloadmpv-4d040d35d09bcdb488e528fb4c8dcce568fd2556.tar.bz2
mpv-4d040d35d09bcdb488e528fb4c8dcce568fd2556.tar.xz
Remove MPlayer-specific MP_WORDSIZE hack.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27698 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libswscale')
-rw-r--r--libswscale/rgb2rgb_template.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/libswscale/rgb2rgb_template.c b/libswscale/rgb2rgb_template.c
index c98c080978..ce72179ea3 100644
--- a/libswscale/rgb2rgb_template.c
+++ b/libswscale/rgb2rgb_template.c
@@ -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