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 (-1 / +2 lines)
Lines 339-345 Link Here
339
		use dvb || myconf="${myconf} --disable-dvb --disable-dvbhead"
339
		use dvb || myconf="${myconf} --disable-dvb --disable-dvbhead"
340
		use pvr || myconf="${myconf} --disable-pvr"
340
		use pvr || myconf="${myconf} --disable-pvr"
341
		use v4l	|| myconf="${myconf} --disable-tv-v4l1"
341
		use v4l	|| myconf="${myconf} --disable-tv-v4l1"
342
		use v4l2 || myconf="${myconf} --disable-tv-v4l2"
342
		use v4l2 || myconf="${myconf} --disable-tv-v4l2 --disable-radio-v4l2 \
343
                                    --disable-v4l2"
343
		use teletext || myconf="${myconf} --disable-tv-teletext"
344
		use teletext || myconf="${myconf} --disable-tv-teletext"
344
		if use radio && { use dvb || use v4l || use v4l2; }; then
345
		if use radio && { use dvb || use v4l || use v4l2; }; then
345
			myconf="${myconf} --enable-radio $(use_enable encode radio-capture)"
346
			myconf="${myconf} --enable-radio $(use_enable encode radio-capture)"

Return to bug 267124