diff options
author | Michał Górny <mgorny@gentoo.org> | 2015-01-23 23:46:47 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2015-01-23 23:46:47 +0000 |
commit | 112e494e9c8b03cda3692fbc86869e25f11b40f3 (patch) | |
tree | 4d412ba428751fe2ae16fbcaa701abce3b336d8f /profiles | |
parent | Initial version. (diff) | |
download | gentoo-2-112e494e9c8b03cda3692fbc86869e25f11b40f3.tar.gz gentoo-2-112e494e9c8b03cda3692fbc86869e25f11b40f3.tar.bz2 gentoo-2-112e494e9c8b03cda3692fbc86869e25f11b40f3.zip |
Update USE=ffmpeg to mention libav as well since that is how it works.
Diffstat (limited to 'profiles')
-rw-r--r-- | profiles/ChangeLog | 5 | ||||
-rw-r--r-- | profiles/use.desc | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/profiles/ChangeLog b/profiles/ChangeLog index ea0036fed16a..ed998393d0c3 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.9698 2015/01/23 20:25:26 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.9699 2015/01/23 23:46:47 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! + 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. + 23 Jan 2015; Michał Górny <mgorny@gentoo.org> +desc/cpu_flags_x86.desc: Initially commit CPU_FLAGS_X86 for better testing of the script. diff --git a/profiles/use.desc b/profiles/use.desc index 1f74c9fd7bfe..66131c4eaa2d 100644 --- a/profiles/use.desc +++ b/profiles/use.desc @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/profiles/use.desc,v 1.518 2014/12/12 09:21:57 pinkbyte Exp $ +# $Header: /var/cvsroot/gentoo-x86/profiles/use.desc,v 1.519 2015/01/23 23:46:47 mgorny Exp $ # Keep them sorted @@ -96,7 +96,7 @@ expat - Enable the use of dev-libs/expat for XML parsing fam - Enable FAM (File Alteration Monitor) support fastcgi - Add support for the FastCGI interface fbcon - Add framebuffer support for the console, via the kernel -ffmpeg - Enable ffmpeg-based audio/video codec support +ffmpeg - Enable ffmpeg/libav-based audio/video codec support fftw - Use FFTW library for computing Fourier transforms filecaps - Use Linux file capabilities to control privilege rather than set*id firebird - Add support for the Firebird relational database |