View | Details | Raw Unified
Collapse All | Expand All

(-) mythtv-0.16.20050115.ebuild (-4 / +5 lines)
 Lines 129-141    Link Here 
	fi
	fi
	if use cle266 ; then
	if use cle266 ; then
		sed -e 's:#EXTRA_LIBS += -lviaXvMC -lXvMC:EXTRA_LIBS += -lviaXvMC -lXvMC:' \
		sed -e 's:#CONFIG += using_xvmc using_xvmc_vld:CONFIG += using_xvmc using_xvmc_vld:' \
			-e 's:#DEFINES += USING_XVMC USING_XVMC_VLD:DEFINES += USING_XVMC USING_XVMC_VLD:' \
			-e 's:#EXTRA_LIBS += -lviaXvMC -lXvMC:EXTRA_LIBS += -lviaXvMC -lXvMC:' \
			-i 'settings.pro' || die "enable cle266 sed failed"
			-i 'settings.pro' || die "enable cle266 sed failed"
	fi
	fi
	if ! use cle266 ; then
	if ! use cle266 ; then # needed because nvidia and cle266 are not compatible
		sed -e 's:CONFIG += using_xvmc using_xvmc_vld:#CONFIG += using_xvmc using_xvmc_vld:' \
		sed -e 's:EXTRA_LIBS += -lviaXvMC -lXvMC:#EXTRA_LIBS += -lviaXvMC -lXvMC:' \
			-e 's:DEFINES += USING_XVMC USING_XVMC_VLD:#DEFINES += USING_XVMC USING_XVMC_VLD:' \
			-i 'settings.pro' || die "disable VLD XvMC sed failed"
			-i 'settings.pro' || die "disable VLD XvMC sed failed"
	fi
	fi