projects
/
platform
/
upstream
/
libav.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
da708ea
)
gcc-apple specific fallback not necessary anymore (btw no apple hardware is less...
author
Luca Barbato
<lu_zero@gentoo.org>
Sun, 5 Oct 2008 21:00:16 +0000
(21:00 +0000)
committer
Luca Barbato
<lu_zero@gentoo.org>
Sun, 5 Oct 2008 21:00:16 +0000
(21:00 +0000)
Originally committed as revision 27722 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
libswscale/rgb2rgb_template.c
patch
|
blob
|
history
diff --git
a/libswscale/rgb2rgb_template.c
b/libswscale/rgb2rgb_template.c
index
73004d4
..
d7c581b
100644
(file)
--- 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. */