diff options
author | Alexis Ballier <aballier@gentoo.org> | 2015-11-12 11:55:07 +0100 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2015-11-12 12:46:43 +0100 |
commit | 4058b031c2d4d0d6ef6ff56a434153e295e4d032 (patch) | |
tree | e02b76574638129ee8fe1a764ca404849f88e379 /media-video | |
parent | sci-mathematics/coq: ppc stable wrt bug #553322 (diff) | |
download | gentoo-4058b031c2d4d0d6ef6ff56a434153e295e4d032.tar.gz gentoo-4058b031c2d4d0d6ef6ff56a434153e295e4d032.tar.bz2 gentoo-4058b031c2d4d0d6ef6ff56a434153e295e4d032.zip |
media-video/ffmpeg: add := dep on libvpx
Package-Manager: portage-2.2.24
Signed-off-by: Alexis Ballier <aballier@gentoo.org>
Diffstat (limited to 'media-video')
-rw-r--r-- | media-video/ffmpeg/ffmpeg-9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/media-video/ffmpeg/ffmpeg-9999.ebuild b/media-video/ffmpeg/ffmpeg-9999.ebuild index 5f63b0cebb5a..f84cadd913ed 100644 --- a/media-video/ffmpeg/ffmpeg-9999.ebuild +++ b/media-video/ffmpeg/ffmpeg-9999.ebuild @@ -232,7 +232,7 @@ RDEPEND=" >=media-libs/libvorbis-1.3.3-r1[${MULTILIB_USEDEP}] >=media-libs/libogg-1.3.0[${MULTILIB_USEDEP}] ) - vpx? ( >=media-libs/libvpx-1.2.0_pre20130625[${MULTILIB_USEDEP}] ) + vpx? ( >=media-libs/libvpx-1.4.0:=[${MULTILIB_USEDEP}] ) X? ( >=x11-libs/libX11-1.6.2[${MULTILIB_USEDEP}] >=x11-libs/libXext-1.3.2[${MULTILIB_USEDEP}] |