FreeBSD Bugzilla – Attachment 48381 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), 916 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:
916 bytes
patch
obsolete
>--- ffmpeg/libavcodec/i386/dsputil_mmx.c.orig Wed Nov 17 17:30:15 2004 >+++ ffmpeg/libavcodec/i386/dsputil_mmx.c Wed Nov 17 17:30:33 2004 >@@ -31,8 +31,8 @@ > static const uint64_t mm_wone __attribute__ ((aligned(8))) = 0x0001000100010001ULL; > static const uint64_t mm_wtwo __attribute__ ((aligned(8))) = 0x0002000200020002ULL; > >-static const uint64_t ff_pw_20 __attribute__ ((aligned(8))) = 0x0014001400140014ULL; >-static const uint64_t ff_pw_3 __attribute__ ((aligned(8))) = 0x0003000300030003ULL; >+static const uint64_t ff_pw_20 __attribute__ ((aligned(8), used)) = 0x0014001400140014ULL; >+static const uint64_t ff_pw_3 __attribute__ ((aligned(8), used)) = 0x0003000300030003ULL; > static const uint64_t ff_pw_16 __attribute__ ((aligned(8))) = 0x0010001000100010ULL; > static const uint64_t ff_pw_15 __attribute__ ((aligned(8))) = 0x000F000F000F000FULL; > >Save as files/patch-ffmpeg:libavcodec:i386:motion_est_mmx.c
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