media-libs/x264: Update the live ebuild to use the 8+10 bitdepths
authorLuca Barbato <lu_zero@gentoo.org>
Wed, 27 Dec 2017 12:18:35 +0000 (12:18 +0000)
committerLuca Barbato <lu_zero@gentoo.org>
Wed, 27 Dec 2017 16:08:28 +0000 (16:08 +0000)
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

index d23274765863a429f48a62b2ad44e54324ad5d32..ae81f08691e647fee2f47b6a36af23cdc1f9a8c7 100644 (file)
@@ -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" "") \