Mercurial > mplayer.hg
changeset 2514:5e55450d48fa
preprocessor cleanup
author | nick |
---|---|
date | Sun, 28 Oct 2001 14:03:16 +0000 |
parents | d3c6b9ae24b1 |
children | 622cd80caaba |
files | postproc/rgb2rgb.c postproc/rgb2rgb_template.c |
diffstat | 2 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/postproc/rgb2rgb.c Sun Oct 28 13:59:57 2001 +0000 +++ b/postproc/rgb2rgb.c Sun Oct 28 14:03:16 2001 +0000 @@ -6,7 +6,7 @@ #ifdef HAVE_3DNOW #define PREFETCH "prefetch" #define PREFETCHW "prefetchw" -#elif HAVE_MMX2 +#elif defined ( HAVE_MMX2 ) #define PREFETCH "prefetchnta" #define PREFETCHW "prefetcht0" #endif
--- a/postproc/rgb2rgb_template.c Sun Oct 28 13:59:57 2001 +0000 +++ b/postproc/rgb2rgb_template.c Sun Oct 28 14:03:16 2001 +0000 @@ -6,7 +6,7 @@ #ifdef HAVE_3DNOW #define PREFETCH "prefetch" #define PREFETCHW "prefetchw" -#elif HAVE_MMX2 +#elif defined ( HAVE_MMX2 ) #define PREFETCH "prefetchnta" #define PREFETCHW "prefetcht0" #endif