summaryrefslogtreecommitdiffstats
path: root/libvo
diff options
context:
space:
mode:
authoratmos4 <atmos4@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-11-12 02:01:24 +0000
committeratmos4 <atmos4@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-11-12 02:01:24 +0000
commitc184876b1ab7eb0fe43e586f80559944bbb432fe (patch)
tree5760f9e33bc18509fdad6b7bac6996ffb3c88316 /libvo
parent2e811e8692f4be10fb732ecaaed34ede0c98719d (diff)
downloadmpv-c184876b1ab7eb0fe43e586f80559944bbb432fe.tar.bz2
mpv-c184876b1ab7eb0fe43e586f80559944bbb432fe.tar.xz
Compile fix.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2851 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libvo')
-rw-r--r--libvo/osd.c2
-rw-r--r--libvo/osd_template.c2
2 files changed, 2 insertions, 2 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
diff --git a/libvo/osd_template.c b/libvo/osd_template.c
index 74574822fa..7dfb82f692 100644
--- a/libvo/osd_template.c
+++ b/libvo/osd_template.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