preprocessor cleanup
Originally committed as revision 2515 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
This commit is contained in:
parent
79811694c5
commit
2f6b90b0f9
@ -6,7 +6,7 @@
|
|||||||
#ifdef HAVE_3DNOW
|
#ifdef HAVE_3DNOW
|
||||||
#define PREFETCH "prefetch"
|
#define PREFETCH "prefetch"
|
||||||
#define PREFETCHW "prefetchw"
|
#define PREFETCHW "prefetchw"
|
||||||
#elif HAVE_MMX2
|
#elif defined ( HAVE_MMX2 )
|
||||||
#define PREFETCH "prefetchnta"
|
#define PREFETCH "prefetchnta"
|
||||||
#define PREFETCHW "prefetcht0"
|
#define PREFETCHW "prefetcht0"
|
||||||
#endif
|
#endif
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
#ifdef HAVE_3DNOW
|
#ifdef HAVE_3DNOW
|
||||||
#define PREFETCH "prefetch"
|
#define PREFETCH "prefetch"
|
||||||
#define PREFETCHW "prefetchw"
|
#define PREFETCHW "prefetchw"
|
||||||
#elif HAVE_MMX2
|
#elif defined ( HAVE_MMX2 )
|
||||||
#define PREFETCH "prefetchnta"
|
#define PREFETCH "prefetchnta"
|
||||||
#define PREFETCHW "prefetcht0"
|
#define PREFETCHW "prefetcht0"
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user