Mercurial > mplayer.hg
changeset 2850:2f1e40539fe2
Compile fix.
author | atmos4 |
---|---|
date | Mon, 12 Nov 2001 02:01:24 +0000 |
parents | 92fce6bcd97f |
children | b64fa5d25142 |
files | libvo/osd.c libvo/osd_template.c |
diffstat | 2 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/libvo/osd.c Sun Nov 11 22:52:34 2001 +0000 +++ b/libvo/osd.c Mon Nov 12 02:01:24 2001 +0000 @@ -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
--- a/libvo/osd_template.c Sun Nov 11 22:52:34 2001 +0000 +++ b/libvo/osd_template.c Mon Nov 12 02:01:24 2001 +0000 @@ -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