diff options
Diffstat (limited to 'media-libs/libvpx/libvpx-9999.ebuild')
-rw-r--r-- | media-libs/libvpx/libvpx-9999.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/media-libs/libvpx/libvpx-9999.ebuild b/media-libs/libvpx/libvpx-9999.ebuild index 858ce6a..0cea738 100644 --- a/media-libs/libvpx/libvpx-9999.ebuild +++ b/media-libs/libvpx/libvpx-9999.ebuild @@ -20,7 +20,7 @@ EGIT_REPO_URI="https://chromium.googlesource.com/webm/libvpx https://github.com/ LICENSE="BSD" SLOT="0/4" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux" -IUSE="cpu_flags_x86_avx cpu_flags_x86_avx2 doc cpu_flags_x86_mmx postproc cpu_flags_x86_sse cpu_flags_x86_sse2 cpu_flags_x86_sse3 cpu_flags_x86_ssse3 cpu_flags_x86_sse4_1 +highbitdepth static-libs svc +threads" +IUSE="cpu_flags_x86_avx cpu_flags_x86_avx2 doc cpu_flags_x86_mmx postproc cpu_flags_x86_sse cpu_flags_x86_sse2 cpu_flags_x86_sse3 cpu_flags_x86_ssse3 cpu_flags_x86_sse4_1 +highbitdepth static-libs +threads" REQUIRED_USE=" cpu_flags_x86_sse2? ( cpu_flags_x86_mmx ) @@ -94,7 +94,6 @@ multilib_src_configure() { $(use_enable cpu_flags_x86_sse3 sse3) \ $(use_enable cpu_flags_x86_sse4_1 sse4_1) \ $(use_enable cpu_flags_x86_ssse3 ssse3) \ - $(use_enable svc experimental) $(use_enable svc spatial-svc) \ $(use_enable static-libs static) \ $(use_enable threads multithread) \ $(use_enable highbitdepth vp9-highbitdepth) \ |