Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 470380 Details for
Bug 616004
media-libs/x264-0.0.20160712: not possible to build without altivec on PPC
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Proposed patch
the_diff (text/plain), 840 bytes, created by
Marcus Comstedt
on 2017-04-19 11:42:47 UTC
(
hide
)
Description:
Proposed patch
Filename:
MIME Type:
Creator:
Marcus Comstedt
Created:
2017-04-19 11:42:47 UTC
Size:
840 bytes
patch
obsolete
>--- /usr/portage/media-libs/x264/x264-0.0.20160712.ebuild 2017-03-15 16:07:33.000000000 +0100 >+++ x264-0.0.20160712.ebuild 2017-04-19 13:29:48.646628104 +0200 >@@ -22,7 +22,7 @@ > SLOT="0/${SONAME}" > > LICENSE="GPL-2" >-IUSE="10bit +interlaced opencl pic static-libs cpu_flags_x86_sse +threads" >+IUSE="10bit altivec +interlaced opencl pic static-libs cpu_flags_x86_sse +threads" > > ASM_DEP=">=dev-lang/yasm-1.2.0" > DEPEND="abi_x86_32? ( ${ASM_DEP} ) >@@ -38,7 +38,7 @@ > tc-export CC > local asm_conf="" > >- if [[ ${ABI} == x86* ]] && { use pic || use !cpu_flags_x86_sse ; } || [[ ${ABI} == "x32" ]] || [[ ${CHOST} == armv5* ]]; then >+ if [[ ${ABI} == x86* ]] && { use pic || use !cpu_flags_x86_sse ; } || [[ ${ABI} == "x32" ]] || [[ ${CHOST} == armv5* ]] || [[ ${ABI} == ppc* ]] && { use !altivec ; }; then > asm_conf=" --disable-asm" > fi >
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 616004
: 470380 |
470382
|
470712