summaryrefslogtreecommitdiffstats
path: root/libswscale/swscale_template.c
diff options
context:
space:
mode:
authorzuxy <zuxy@b3059339-0415-0410-9bf9-f77b7e298cf2>2010-01-09 14:44:20 +0000
committerzuxy <zuxy@b3059339-0415-0410-9bf9-f77b7e298cf2>2010-01-09 14:44:20 +0000
commit9e5a65dcbe8ad7f819127917b557f6f4c2ae4abf (patch)
tree876c4937bef61f8fb37ec71b724e2a31b85d2f82 /libswscale/swscale_template.c
parent43d4fedf592a3bc86eacfff4219fd5046e440009 (diff)
downloadmpv-9e5a65dcbe8ad7f819127917b557f6f4c2ae4abf.tar.bz2
mpv-9e5a65dcbe8ad7f819127917b557f6f4c2ae4abf.tar.xz
Remove unused PREFETCHW macro
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30253 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libswscale/swscale_template.c')
-rw-r--r--libswscale/swscale_template.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/libswscale/swscale_template.c b/libswscale/swscale_template.c
index d14cf8f4a4..9aa9bd8d41 100644
--- a/libswscale/swscale_template.c
+++ b/libswscale/swscale_template.c
@@ -25,17 +25,13 @@
#undef MOVNTQ
#undef PAVGB
#undef PREFETCH
-#undef PREFETCHW
#if COMPILE_TEMPLATE_AMD3DNOW
#define PREFETCH "prefetch"
-#define PREFETCHW "prefetchw"
#elif COMPILE_TEMPLATE_MMX2
#define PREFETCH "prefetchnta"
-#define PREFETCHW "prefetcht0"
#else
#define PREFETCH " # nop"
-#define PREFETCHW " # nop"
#endif
#if COMPILE_TEMPLATE_MMX2