Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 463746 Details for
Bug 541758
media-libs/libpostproc-10.20140517-r1 CPU_FLAGS_X86* USE flags are broken
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
libpostproc-10.20140517-no-deprecated-cpu-flag.patch
libpostproc-10.20140517-no-deprecated-cpu-flag.patch (text/plain), 486 bytes, created by
Peter Levine
on 2017-02-14 19:12:00 UTC
(
hide
)
Description:
libpostproc-10.20140517-no-deprecated-cpu-flag.patch
Filename:
MIME Type:
Creator:
Peter Levine
Created:
2017-02-14 19:12:00 UTC
Size:
486 bytes
patch
obsolete
>--- libpostproc-10.20140517/libpostproc/postprocess.c.old 2017-02-14 14:03:12.851861326 -0500 >+++ libpostproc-10.20140517/libpostproc/postprocess.c 2017-02-14 14:03:21.264796326 -0500 >@@ -961,7 +961,7 @@ > > if (caps & AV_CPU_FLAG_MMX) > cpuCaps |= PP_CPU_CAPS_MMX; >- if (caps & AV_CPU_FLAG_MMX2) >+ if (caps & AV_CPU_FLAG_MMXEXT) > cpuCaps |= PP_CPU_CAPS_MMX2; > if (caps & AV_CPU_FLAG_3DNOW) > cpuCaps |= PP_CPU_CAPS_3DNOW;
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 541758
:
458148
|
458150
|
458152
|
458154
|
458156
|
458158
| 463746