From a9df2bb148f170f00f1a6c96c542784bfee7bfe4 Mon Sep 17 00:00:00 2001 From: zuxy Date: Sat, 2 Jun 2007 16:25:18 +0000 Subject: 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 --- mp3lib/decode_MMX.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mp3lib/decode_MMX.c') 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, -- cgit v1.2.3