diff options
author | Alexis Ballier <aballier@gentoo.org> | 2011-06-22 16:09:38 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2011-06-22 16:09:38 +0000 |
commit | 1be2822040cf69deb4258a14f49d133dcba967b2 (patch) | |
tree | 668a6e7cc535804a419f6e1209f10b5e24922c49 /media-libs | |
parent | sys-kernel/genkernel: Bump stable from 3.4.10.907 to 3.4.10.907-r1 (bug #3419... (diff) | |
download | gentoo-2-1be2822040cf69deb4258a14f49d133dcba967b2.tar.gz gentoo-2-1be2822040cf69deb4258a14f49d133dcba967b2.tar.bz2 gentoo-2-1be2822040cf69deb4258a14f49d133dcba967b2.zip |
add sse4_1 useflag
(Portage version: 2.2.0_alpha41/cvs/Linux x86_64)
Diffstat (limited to 'media-libs')
-rw-r--r-- | media-libs/libvpx/ChangeLog | 6 | ||||
-rw-r--r-- | media-libs/libvpx/libvpx-9999.ebuild | 5 | ||||
-rw-r--r-- | media-libs/libvpx/metadata.xml | 1 |
3 files changed, 9 insertions, 3 deletions
diff --git a/media-libs/libvpx/ChangeLog b/media-libs/libvpx/ChangeLog index a33d830ee0b5..2da429c384f8 100644 --- a/media-libs/libvpx/ChangeLog +++ b/media-libs/libvpx/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-libs/libvpx # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libvpx/ChangeLog,v 1.21 2011/06/22 16:03:13 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libvpx/ChangeLog,v 1.22 2011/06/22 16:09:38 aballier Exp $ + + 22 Jun 2011; Alexis Ballier <aballier@gentoo.org> libvpx-9999.ebuild, + metadata.xml: + add sse4_1 useflag 22 Jun 2011; Alexis Ballier <aballier@gentoo.org> libvpx-9999.ebuild: use git-2.eclass diff --git a/media-libs/libvpx/libvpx-9999.ebuild b/media-libs/libvpx/libvpx-9999.ebuild index 0f41c9ae21af..7b91dcbb7715 100644 --- a/media-libs/libvpx/libvpx-9999.ebuild +++ b/media-libs/libvpx/libvpx-9999.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/libvpx/libvpx-9999.ebuild,v 1.10 2011/06/22 16:03:13 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/libvpx/libvpx-9999.ebuild,v 1.11 2011/06/22 16:09:38 aballier Exp $ EAPI=4 inherit multilib toolchain-funcs @@ -22,7 +22,7 @@ HOMEPAGE="http://www.webmproject.org" LICENSE="BSD" SLOT="0" -IUSE="altivec debug doc mmx postproc sse sse2 sse3 ssse3 +threads" +IUSE="altivec debug doc mmx postproc sse sse2 sse3 ssse3 sse4_1 +threads" RDEPEND="" DEPEND="amd64? ( dev-lang/yasm ) @@ -51,6 +51,7 @@ src_configure() { $(use_enable sse2) \ $(use_enable sse3) \ $(use_enable ssse3) \ + $(use_enable sse4_1) \ $(use_enable debug) \ $(use_enable debug debug-libs) \ $(use_enable doc install-docs) \ diff --git a/media-libs/libvpx/metadata.xml b/media-libs/libvpx/metadata.xml index 97795ba3d431..f60740b05b35 100644 --- a/media-libs/libvpx/metadata.xml +++ b/media-libs/libvpx/metadata.xml @@ -9,5 +9,6 @@ <flag name="postproc">Enable additional post processing filters</flag> <flag name="sse3">Enable optimization for SSE3 capable chips</flag> <flag name="ssse3">faster floating point optimization for SSSE3 capable chips (Intel Core 2 and later chips)</flag> + <flag name="sse4_1">Enable optimization for SSE4_1 capable processors (Intel Core 2 Penryn and later chips)</flag> </use> </pkgmetadata> |