Mercurial > mplayer.hg
changeset 18110:0dd0bcc57c18
10l in rgb2rgb_template.c
patch by Erik Auerswald <auerswal at unix-ag uni-kl de>
author | iive |
---|---|
date | Sun, 16 Apr 2006 08:27:16 +0000 |
parents | 68145aae7349 |
children | a49f23a8f1ba |
files | postproc/rgb2rgb_template.c |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/postproc/rgb2rgb_template.c Sat Apr 15 21:45:29 2006 +0000 +++ b/postproc/rgb2rgb_template.c Sun Apr 16 08:27:16 2006 +0000 @@ -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