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

(-)/usr/portage/media-video/mplayer/mplayer-9999.ebuild (-1 / +1 lines)
Lines 463-469 Link Here
463
463
464
	# Real binary codec support only available on x86, amd64
464
	# Real binary codec support only available on x86, amd64
465
	if use real; then
465
	if use real; then
466
		use x86 && myconf+=" --codecsdir=/opt/RealPlayer/codecs"
466
		use x86 && myconf+=" --codecsdir=/usr/$(get_libdir)/win32"
467
		use amd64 && myconf+=" --codecsdir=/usr/$(get_libdir)/codecs"
467
		use amd64 && myconf+=" --codecsdir=/usr/$(get_libdir)/codecs"
468
	elif ! use bindist; then
468
	elif ! use bindist; then
469
		myconf+=" $(use_enable win32codecs win32dll)"
469
		myconf+=" $(use_enable win32codecs win32dll)"

Return to bug 351082