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

Collapse All | Expand All

(-)a/media-video/mplayer/mplayer-1.0_rc4_p20100504.ebuild (-6 / +7 lines)
Lines 483-496 src_configure() { Link Here
483
	# internal
483
	# internal
484
	use real || myconf+=" --disable-real"
484
	use real || myconf+=" --disable-real"
485
485
486
	# Real binary codec support only available on x86, amd64
486
	if ! use bindist; then
487
	if use real; then
487
		myconf+=" $(use_enable win32codecs win32dll)"
488
		use x86 && myconf+=" --codecsdir=/opt/RealPlayer/codecs"
489
		use amd64 && myconf+=" --codecsdir=/usr/$(get_libdir)/codecs"
490
	elif ! use bindist; then
491
			myconf+=" $(use_enable win32codecs win32dll)"
492
	fi
488
	fi
493
489
490
	# Real binary codec support only available on x86, amd64
491
	if [ use real -o use win32codecs ]; then
492
		myconf+=" --codecsdir=/usr/$(get_libdir)/codecs"
493
	fi
494
	
494
	################
495
	################
495
	# Video Output #
496
	# Video Output #
496
	################
497
	################

Return to bug 282154