Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 616004
Collapse All | Expand All

(-)/usr/portage/media-libs/x264/x264-0.0.20160712.ebuild (-2 / +2 lines)
Lines 22-28 Link Here
22
SLOT="0/${SONAME}"
22
SLOT="0/${SONAME}"
23
23
24
LICENSE="GPL-2"
24
LICENSE="GPL-2"
25
IUSE="10bit +interlaced opencl pic static-libs cpu_flags_x86_sse +threads"
25
IUSE="10bit altivec +interlaced opencl pic static-libs cpu_flags_x86_sse +threads"
26
26
27
ASM_DEP=">=dev-lang/yasm-1.2.0"
27
ASM_DEP=">=dev-lang/yasm-1.2.0"
28
DEPEND="abi_x86_32? ( ${ASM_DEP} )
28
DEPEND="abi_x86_32? ( ${ASM_DEP} )
Lines 38-44 Link Here
38
	tc-export CC
38
	tc-export CC
39
	local asm_conf=""
39
	local asm_conf=""
40
40
41
	if [[ ${ABI} == x86* ]] && { use pic || use !cpu_flags_x86_sse ; } || [[ ${ABI} == "x32" ]] || [[ ${CHOST} == armv5* ]]; then
41
	if [[ ${ABI} == x86* ]] && { use pic || use !cpu_flags_x86_sse ; } || [[ ${ABI} == "x32" ]] || [[ ${CHOST} == armv5* ]] || [[ ${ABI} == ppc* ]] && { use !altivec ; }; then
42
		asm_conf=" --disable-asm"
42
		asm_conf=" --disable-asm"
43
	fi
43
	fi
44
44

Return to bug 616004