Browse Source

10l in rgb2rgb_template.c

patch by Erik Auerswald <auerswal at unix-ag uni-kl de>

Originally committed as revision 18111 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
tags/v0.5
Erik Auerswald Ivan Kalvachev 19 years ago
parent
commit
4ee5599fba
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      postproc/rgb2rgb_template.c

+ 2
- 2
postproc/rgb2rgb_template.c View File

@@ -45,7 +45,7 @@
#ifdef __APPLE__
#define PREFETCH "#"
#define PREFETCHW "#"
#elif
#else
#define PREFETCH "/nop"
#define PREFETCHW "/nop"
#endif
@@ -65,7 +65,7 @@
#define MOVNTQ "movq"
#ifdef __APPLE__
#define SFENCE "#"
#elif
#else
#define SFENCE "/nop"
#endif
#endif


Loading…
Cancel
Save