Commit dba28820 authored by iive's avatar iive

10l in rgb2rgb_template.c

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


git-svn-id: file:///var/local/repositories/mplayer/trunk/postproc@18111 b3059339-0415-0410-9bf9-f77b7e298cf2
parent 82551fd3
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment