summaryrefslogtreecommitdiffstats
path: root/libvo/osd.c
diff options
context:
space:
mode:
Diffstat (limited to 'libvo/osd.c')
-rw-r--r--libvo/osd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libvo/osd.c b/libvo/osd.c
index 74574822fa..7dfb82f692 100644
--- a/libvo/osd.c
+++ b/libvo/osd.c
@@ -12,7 +12,7 @@
#include "../my_profile.h"
#include <inttypes.h>
-#ifndef HAVE_3DNOW
+#ifdef HAVE_MMX
static const uint64_t bFF __attribute__((aligned(8))) = 0xFFFFFFFFFFFFFFFFULL;
#endif