FreeBSD Bugzilla – Attachment 48383 Details for
Bug 74045
maintainer-update: multimedia/transcode: unbreak on recent GCCs
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 661 bytes, created by
hendrik
on 2004-11-17 16:40:16 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
hendrik
Created:
2004-11-17 16:40:16 UTC
Size:
661 bytes
patch
obsolete
>--- ffmpeg/libavcodec/i386/simple_idct_mmx.c.orig Wed Nov 17 17:32:21 2004 >+++ ffmpeg/libavcodec/i386/simple_idct_mmx.c Wed Nov 17 17:32:37 2004 >@@ -45,8 +45,8 @@ > #define ROW_SHIFT 11 > #define COL_SHIFT 20 // 6 > >-static const uint64_t __attribute__((aligned(8))) wm1010= 0xFFFF0000FFFF0000ULL; >-static const uint64_t __attribute__((aligned(8))) d40000= 0x0000000000040000ULL; >+static const uint64_t __attribute__((aligned(8), used)) wm1010= 0xFFFF0000FFFF0000ULL; >+static const uint64_t __attribute__((aligned(8), used)) d40000= 0x0000000000040000ULL; > > static const int16_t __attribute__((aligned(8))) coeffs[]= { > 1<<(ROW_SHIFT-1), 0, 1<<(ROW_SHIFT-1), 0,
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 74045
:
48381
|
48382
| 48383