diff options
author | Doug Goldstein <cardoe@gentoo.org> | 2006-09-13 03:35:21 +0000 |
---|---|---|
committer | Doug Goldstein <cardoe@gentoo.org> | 2006-09-13 03:35:21 +0000 |
commit | 76c49c32a749b0805fb5024d0f8375fa3c4a6efb (patch) | |
tree | 47523374018a24ca42d1bc239ffed0aac448e858 /media-tv | |
parent | Let logrotate propagate (diff) | |
download | gentoo-2-76c49c32a749b0805fb5024d0f8375fa3c4a6efb.tar.gz gentoo-2-76c49c32a749b0805fb5024d0f8375fa3c4a6efb.tar.bz2 gentoo-2-76c49c32a749b0805fb5024d0f8375fa3c4a6efb.zip |
Added XvMC VLD
(Portage version: 2.1.1)
Diffstat (limited to 'media-tv')
-rw-r--r-- | media-tv/mythtv/mythtv-0.20_p11154.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-tv/mythtv/mythtv-0.20_p11154.ebuild b/media-tv/mythtv/mythtv-0.20_p11154.ebuild index 71b2e9a1d2c0..043e89312a8b 100644 --- a/media-tv/mythtv/mythtv-0.20_p11154.ebuild +++ b/media-tv/mythtv/mythtv-0.20_p11154.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-tv/mythtv/mythtv-0.20_p11154.ebuild,v 1.4 2006/09/13 02:41:11 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-tv/mythtv/mythtv-0.20_p11154.ebuild,v 1.5 2006/09/13 03:35:21 cardoe Exp $ inherit flag-o-matic multilib eutils debug qt3 @@ -116,7 +116,7 @@ src_compile() { use jack || myconf="${myconf} --disable-audio-jack" use altivec || myconf="${myconf} --disable-altivec" use xvmc && ! use video_cards_via && myconf="${myconf} --enable-xvmc" - use xvmc && use video_cards_via && myconf="${myconf} --enable-xvmc-pro" + use xvmc && use video_cards_via && myconf="${myconf} --enable-xvmc-pro --enable-xvmc-vld" myconf="${myconf} --disable-audio-arts $(use_enable lirc) |