commit: 34b8993a494b384de7c8e689ed6e17f614d4d6cf
Author: Luca Barbato <lu_zero <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 27 12:18:35 2017 +0000
Commit: Luca Barbato <lu_zero <AT> gentoo <DOT> org>
CommitDate: Wed Dec 27 16:08:28 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=34b8993a
media-libs/x264: Update the live ebuild to use the 8+10 bitdepths
Since version 153 x264 supports 8bit and 10bit in a single library.
Package-Manager: Portage-2.3.19, Repoman-2.3.6
media-libs/x264/x264-9999.ebuild | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/media-libs/x264/x264-9999.ebuild b/media-libs/x264/x264-9999.ebuild
index d2327476586..ae81f08691e 100644
--- a/media-libs/x264/x264-9999.ebuild
+++ b/media-libs/x264/x264-9999.ebuild
@@ -22,7 +22,7 @@ SONAME="152"
SLOT="0/${SONAME}"
LICENSE="GPL-2"
-IUSE="10bit altivec +interlaced opencl pic static-libs cpu_flags_x86_sse
+threads"
+IUSE="altivec +interlaced opencl pic static-libs cpu_flags_x86_sse +threads"
ASM_DEP=">=dev-lang/nasm-2.13"
DEPEND="abi_x86_32? ( ${ASM_DEP} )
@@ -54,7 +54,6 @@ multilib_src_configure() {
--enable-pic \
--enable-shared \
--host="${CHOST}" \
- $(usex 10bit "--bit-depth=10" "") \
$(usex interlaced "" "--disable-interlaced") \
$(usex opencl "" "--disable-opencl") \
$(usex static-libs "--enable-static" "") \