diff options
author | Luca Barbato <lu_zero@gentoo.org> | 2017-12-27 12:18:35 +0000 |
---|---|---|
committer | Luca Barbato <lu_zero@gentoo.org> | 2017-12-27 16:08:28 +0000 |
commit | 34b8993a494b384de7c8e689ed6e17f614d4d6cf (patch) | |
tree | 47e869ddb5397551f0d9ed49c6c29a0c05bc658d /media-libs/x264 | |
parent | dev-libs/sway: json-c-0.13.0 fixes (diff) | |
download | gentoo-34b8993a494b384de7c8e689ed6e17f614d4d6cf.tar.gz gentoo-34b8993a494b384de7c8e689ed6e17f614d4d6cf.tar.bz2 gentoo-34b8993a494b384de7c8e689ed6e17f614d4d6cf.zip |
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
Diffstat (limited to 'media-libs/x264')
-rw-r--r-- | media-libs/x264/x264-9999.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/media-libs/x264/x264-9999.ebuild b/media-libs/x264/x264-9999.ebuild index d23274765863..ae81f08691e6 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" "") \ |