Commit 4ee5599f authored by Erik Auerswald's avatar Erik Auerswald Committed by Ivan Kalvachev

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
parent fd925db3
......@@ -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