media-video/x264-encoder: Drop USE 10bit
authorAndreas Sturmlechner <asturm@gentoo.org>
Thu, 17 Jan 2019 02:37:52 +0000 (03:37 +0100)
committerAndreas Sturmlechner <asturm@gentoo.org>
Thu, 17 Jan 2019 02:47:22 +0000 (03:47 +0100)
Closes: https://bugs.gentoo.org/644114
Package-Manager: Portage-2.3.56, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
media-video/x264-encoder/x264-encoder-9999.ebuild

index 4958c30688e0672a479be2149c5d1d9edf2bfc95..8c3b410528ac8007058450cec58cce472c9b7863 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -21,12 +21,12 @@ fi
 
 LICENSE="GPL-2"
 SLOT="0"
-IUSE="10bit avs custom-cflags ffmpeg ffmpegsource +interlaced mp4 +threads"
+IUSE="avs custom-cflags ffmpeg ffmpegsource +interlaced mp4 +threads"
 
 REQUIRED_USE="ffmpegsource? ( ffmpeg )"
 
 RDEPEND="
-       ~media-libs/x264-${PV}[10bit=,interlaced=,threads=]
+       ~media-libs/x264-${PV}[interlaced=,threads=]
        ffmpeg? ( virtual/ffmpeg )
        ffmpegsource? ( media-libs/ffmpegsource )
        mp4? ( >=media-video/gpac-0.5.2:= )"
@@ -52,7 +52,6 @@ src_configure() {
                --system-libx264 \
                --host="${CHOST}" \
                --disable-lsmash \
-               $(usex 10bit "--bit-depth=10" "") \
                $(usex avs "" "--disable-avs") \
                $(usex ffmpeg "" "--disable-lavf --disable-swscale") \
                $(usex ffmpegsource "" "--disable-ffms") \