# HG changeset patch # User atmos4 # Date 1005530484 0 # Node ID 2f1e40539fe23d301852bd9470c0ae2b56974dd5 # Parent 92fce6bcd97f9ac7b64a1afd9035cfe111d521ef Compile fix. diff -r 92fce6bcd97f -r 2f1e40539fe2 libvo/osd.c --- 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 -#ifndef HAVE_3DNOW +#ifdef HAVE_MMX static const uint64_t bFF __attribute__((aligned(8))) = 0xFFFFFFFFFFFFFFFFULL; #endif diff -r 92fce6bcd97f -r 2f1e40539fe2 libvo/osd_template.c --- 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 -#ifndef HAVE_3DNOW +#ifdef HAVE_MMX static const uint64_t bFF __attribute__((aligned(8))) = 0xFFFFFFFFFFFFFFFFULL; #endif