mirror of
https://github.com/mpv-player/mpv
synced 2024-12-21 22:30:22 +00:00
don't redefine decwin as static
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8545 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
e12f387870
commit
921712c4ca
@ -7,7 +7,10 @@
|
||||
|
||||
long __attribute__((aligned(8))) decwins [544];
|
||||
|
||||
static long decwin [544];
|
||||
#define real float
|
||||
extern real decwin[(512+32)];
|
||||
// static long decwin [544];
|
||||
|
||||
static short intwinbase_MMX[] =
|
||||
{
|
||||
0, -1, -1, -1, -1, -1, -1, -2,
|
||||
|
Loading…
Reference in New Issue
Block a user