aboutsummaryrefslogtreecommitdiff
blob: 875b3538d5d09d66b9a78cf2613e7f678bb8e776 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

EAPI="5"

inherit gst-plugins-good-multilib

DESCRIPTION="GStreamer decoder for vpx video format"
KEYWORDS="~amd64"
IUSE=""

# VP9 is under experimental, do not enable it now
RDEPEND=">=media-libs/libvpx-1.3[${MULTILIB_USEDEP}]"
DEPEND="${RDEPEND}"