Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 393027 | Differences between
and this patch

Collapse All | Expand All

(-)a/xvmc.eselect (+1 lines)
Lines 37-42 Link Here
37
	for (( n = 0; n < ${#XVMCLIBS[@]}; ++n )); do
37
	for (( n = 0; n < ${#XVMCLIBS[@]}; ++n )); do
38
		[[ -e "${ROOT}/usr/lib/${XVMCLIBS[n]}" ]]  && ret+=($n)
38
		[[ -e "${ROOT}/usr/lib/${XVMCLIBS[n]}" ]]  && ret+=($n)
39
	done
39
	done
40
	[[ -e "${ROOT}/usr/lib/libIntelXvMC.so" ]] && ret+=(9)
40
	echo ${ret[@]}
41
	echo ${ret[@]}
41
}
42
}
42
43

Return to bug 393027