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

(-)/usr/portage/media-video/mplayer/mplayer-9999.ebuild (-1 / +7 lines)
Lines 107-113 Link Here
107
	encode? (
107
	encode? (
108
		!twolame? ( toolame? ( media-sound/toolame ) )
108
		!twolame? ( toolame? ( media-sound/toolame ) )
109
		twolame? ( media-sound/twolame )
109
		twolame? ( media-sound/twolame )
110
		faac? ( media-libs/faac )
110
		faac? ( !bindist? ( media-libs/faac ) )
111
		mp3? ( media-sound/lame )
111
		mp3? ( media-sound/lame )
112
		x264? ( >=media-libs/x264-0.0.20100423 )
112
		x264? ( >=media-libs/x264-0.0.20100423 )
113
		xvid? ( media-libs/xvid )
113
		xvid? ( media-libs/xvid )
Lines 448-453 Link Here
448
			use ${i} || myconf+=" --disable-${i}"
448
			use ${i} || myconf+=" --disable-${i}"
449
		done
449
		done
450
		use faac || myconf+=" --disable-faac-lavc"
450
		use faac || myconf+=" --disable-faac-lavc"
451
		if use bindist
452
		then
453
			use faac && ewarn "faac is nonfree and cannot be distributed;
454
			disabling faac support."
455
			myconf+=" --disable-faac --disable-faac-lavc"
456
		fi
451
	else
457
	else
452
		myconf+=" --disable-mencoder"
458
		myconf+=" --disable-mencoder"
453
		myconf+="--disable-faac-lavc"
459
		myconf+="--disable-faac-lavc"

Return to bug 323353