summaryrefslogtreecommitdiffstats
path: root/libswscale
diff options
context:
space:
mode:
authorlu_zero <lu_zero@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-10-05 21:00:16 +0000
committerlu_zero <lu_zero@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-10-05 21:00:16 +0000
commit8ecc4934ef77c0b9e4455e00fcd91574ca4c2aeb (patch)
treefb39d8e8e26f32e7dcf684abce371a62c4b1f2fa /libswscale
parent3fa84e024758c819f6543ceb2858296d35036293 (diff)
downloadmpv-8ecc4934ef77c0b9e4455e00fcd91574ca4c2aeb.tar.bz2
mpv-8ecc4934ef77c0b9e4455e00fcd91574ca4c2aeb.tar.xz
gcc-apple specific fallback not necessary anymore
(btw no apple hardware is less than a Intel core, thus it won't come there w/out disabling all the optimizations) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27722 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 73004d4a7e..d7c581b44c 100644
--- a/libswscale/rgb2rgb_template.c
+++ b/libswscale/rgb2rgb_template.c
@@ -52,14 +52,9 @@
#define PREFETCHW "prefetcht0"
#define PAVGB "pavgb"
#else
-#ifdef __APPLE__
-#define PREFETCH "#"
-#define PREFETCHW "#"
-#else
#define PREFETCH " # nop"
#define PREFETCHW " # nop"
#endif
-#endif
#ifdef HAVE_3DNOW
/* On K6 femms is faster than emms. On K7 femms is directly mapped on emms. */