diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2019-01-17 03:37:52 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2019-01-17 03:47:22 +0100 |
commit | a8928d86d6e8ce4e4b81e4dcd04760525aba7381 (patch) | |
tree | c001fe992ad92cd393857a6b1e21dd6e72e6a9de /media-video/x264-encoder | |
parent | media-libs/x264: EAPI-7 bump, subslot bump to 157 (diff) | |
download | gentoo-a8928d86d6e8ce4e4b81e4dcd04760525aba7381.tar.gz gentoo-a8928d86d6e8ce4e4b81e4dcd04760525aba7381.tar.bz2 gentoo-a8928d86d6e8ce4e4b81e4dcd04760525aba7381.zip |
media-video/x264-encoder: Drop USE 10bit
Closes: https://bugs.gentoo.org/644114
Package-Manager: Portage-2.3.56, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'media-video/x264-encoder')
-rw-r--r-- | media-video/x264-encoder/x264-encoder-9999.ebuild | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/media-video/x264-encoder/x264-encoder-9999.ebuild b/media-video/x264-encoder/x264-encoder-9999.ebuild index 4958c30688e0..8c3b410528ac 100644 --- a/media-video/x264-encoder/x264-encoder-9999.ebuild +++ b/media-video/x264-encoder/x264-encoder-9999.ebuild @@ -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") \ |