1
mirror of https://github.com/mpv-player/mpv synced 2024-10-02 16:25:33 +02:00

Compile fix.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@2851 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
atmos4 2001-11-12 02:01:24 +00:00
parent 2e811e8692
commit c184876b1a
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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