summaryrefslogtreecommitdiffstats
path: root/mp3lib/decode_MMX.c
diff options
context:
space:
mode:
authorzuxy <zuxy@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-06-02 16:25:18 +0000
committerzuxy <zuxy@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-06-02 16:25:18 +0000
commita9df2bb148f170f00f1a6c96c542784bfee7bfe4 (patch)
tree41b34011828b3824f2950de1a5eb88c958906711 /mp3lib/decode_MMX.c
parent991ff1be271453f937f0678f62f9b26f429ff531 (diff)
downloadmpv-a9df2bb148f170f00f1a6c96c542784bfee7bfe4.tar.bz2
mpv-a9df2bb148f170f00f1a6c96c542784bfee7bfe4.tar.xz
Use int and uint32_t instead of long and unsigned long, when appropriate.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23452 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'mp3lib/decode_MMX.c')
-rw-r--r--mp3lib/decode_MMX.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mp3lib/decode_MMX.c b/mp3lib/decode_MMX.c
index 2651577abe..613a11cf35 100644
--- a/mp3lib/decode_MMX.c
+++ b/mp3lib/decode_MMX.c
@@ -14,7 +14,7 @@
extern void (*dct64_MMX_func)(short*, short*, real*);
static unsigned long long attribute_used __attribute__((aligned(8))) null_one = 0x0000ffff0000ffffULL;
static unsigned long long attribute_used __attribute__((aligned(8))) one_null = 0xffff0000ffff0000ULL;
-unsigned long __attribute__((aligned(16))) costab_mmx[] =
+unsigned int __attribute__((aligned(16))) costab_mmx[] =
{
1056974725,
1057056395,