Commit bbc8f540 authored by nick's avatar nick

preprocessor cleanup


git-svn-id: file:///var/local/repositories/mplayer/trunk/postproc@2515 b3059339-0415-0410-9bf9-f77b7e298cf2
parent dd5e07df
......@@ -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
......
......@@ -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
......
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