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

Collapse All | Expand All

(-)mplayer-9999.ebuild (-4 / +1 lines)
Lines 449-458 Link Here
449
	fi
449
	fi
450
	use vidix || myconf="${myconf} --disable-vidix --disable-vidix-pcidb"
450
	use vidix || myconf="${myconf} --disable-vidix --disable-vidix-pcidb"
451
	use zoran || myconf="${myconf} --disable-zr"
451
	use zoran || myconf="${myconf} --disable-zr"
452
452
	use dxr3 || myconf="${myconf} --disable-dxr3"
453
	# MPlayer incorrectly looks for DXR3 support, so forcibly enable
454
	# if requested. See bug 223587
455
	myconf="${myconf} $(use_enable dxr3)"
456
453
457
	# GTK gmplayer gui
454
	# GTK gmplayer gui
458
	# Unsupported by Gentoo, upstream has dropped development
455
	# Unsupported by Gentoo, upstream has dropped development

Return to bug 267124