summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2015-01-24 09:02:55 +0000
committerMichał Górny <mgorny@gentoo.org>2015-01-24 09:02:55 +0000
commit53dfad51311c525ac93706141f318f64226d34f2 (patch)
treed455a54d5fbbec615f0fe2b74f8f3226e1a57719 /profiles
parentalpha/ia64/sparc/x86 stable wrt bug #535202 (diff)
downloadgentoo-2-53dfad51311c525ac93706141f318f64226d34f2.tar.gz
gentoo-2-53dfad51311c525ac93706141f318f64226d34f2.tar.bz2
gentoo-2-53dfad51311c525ac93706141f318f64226d34f2.zip
Add XOP as used by media-video/ffmpeg.
Diffstat (limited to 'profiles')
-rw-r--r--profiles/ChangeLog5
-rw-r--r--profiles/desc/cpu_flags_x86.desc3
2 files changed, 6 insertions, 2 deletions
diff --git a/profiles/ChangeLog b/profiles/ChangeLog
index ed998393d0c3..b55ac72658fb 100644
--- a/profiles/ChangeLog
+++ b/profiles/ChangeLog
@@ -1,11 +1,14 @@
# ChangeLog for profile directory
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.9699 2015/01/23 23:46:47 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.9700 2015/01/24 09:02:55 mgorny Exp $
#
# This ChangeLog should include records for all changes in profiles directory.
# Only typo fixes which don't affect portage/repoman behaviour could be avoided
# here. If in doubt put a record here!
+ 24 Jan 2015; Michał Górny <mgorny@gentoo.org> desc/cpu_flags_x86.desc:
+ Add XOP as used by media-video/ffmpeg.
+
23 Jan 2015; Michał Górny <mgorny@gentoo.org> use.desc:
Update USE=ffmpeg to mention libav as well since that is how it works.
diff --git a/profiles/desc/cpu_flags_x86.desc b/profiles/desc/cpu_flags_x86.desc
index 9a653e85e084..a741674fd3f5 100644
--- a/profiles/desc/cpu_flags_x86.desc
+++ b/profiles/desc/cpu_flags_x86.desc
@@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/profiles/desc/cpu_flags_x86.desc,v 1.1 2015/01/23 20:25:27 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/profiles/desc/cpu_flags_x86.desc,v 1.2 2015/01/24 09:02:55 mgorny Exp $
# WARNING! PLEASE DO NOT USE THOSE FLAGS BEFORE WE COMMIT A NEWS
# ITEM FOR IT!
@@ -27,3 +27,4 @@ sse4_1 - Enable SSE4.1 instruction support
sse4_2 - Enable SSE4.2 instruction support
sse4a - Enable SSE4a instruction support
ssse3 - Use the SSSE3 instruction set (NOT sse3/pni)
+xop - Enable the XOP instruction set