diff options
author | Alexis Ballier <aballier@gentoo.org> | 2015-09-15 14:15:39 +0200 |
---|---|---|
committer | Luca Barbato <lu_zero@gentoo.org> | 2015-09-15 14:55:54 +0200 |
commit | b50cd4218102c08ab6ebbc7b423f794e91327880 (patch) | |
tree | 17e17d6b79d5a096c83127d0336045d3fb86c3c0 /media-video | |
parent | x11-wm/herbstluftwm: Update EGIT_REPO_URI according to https://git.informatik... (diff) | |
download | gentoo-b50cd4218102c08ab6ebbc7b423f794e91327880.tar.gz gentoo-b50cd4218102c08ab6ebbc7b423f794e91327880.tar.bz2 gentoo-b50cd4218102c08ab6ebbc7b423f794e91327880.zip |
media-libs/xine-lib: fix build with ffmpeg git master
Package-Manager: portage-2.2.20.1
Diffstat (limited to 'media-video')
-rw-r--r-- | media-video/libav/libav-9999.ebuild | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/media-video/libav/libav-9999.ebuild b/media-video/libav/libav-9999.ebuild index 3222da15a63c..503d6e6a4707 100644 --- a/media-video/libav/libav-9999.ebuild +++ b/media-video/libav/libav-9999.ebuild @@ -99,10 +99,7 @@ RDEPEND=" vaapi? ( >=x11-libs/libva-1.2.1-r1[${MULTILIB_USEDEP}] ) vdpau? ( >=x11-libs/libvdpau-0.7[${MULTILIB_USEDEP}] ) vpx? ( >=media-libs/libvpx-1.2.0_pre20130625[${MULTILIB_USEDEP}] ) - X? ( - >=x11-libs/libX11-1.6.2[${MULTILIB_USEDEP}] - >=x11-libs/libxcb-1.9.1[${MULTILIB_USEDEP}] - ) + X? ( >=x11-libs/libxcb-1.9.1[${MULTILIB_USEDEP}] ) zlib? ( >=sys-libs/zlib-1.2.8-r1[${MULTILIB_USEDEP}] ) " @@ -131,7 +128,7 @@ RDEPEND="${RDEPEND} # x264 requires gpl2 REQUIRED_USE=" rtmp? ( network ) - amr? ( gpl ) aac? ( gpl ) x264? ( gpl ) X? ( gpl ) cdio? ( gpl ) x265? ( gpl ) + amr? ( gpl ) aac? ( gpl ) x264? ( gpl ) cdio? ( gpl ) x265? ( gpl ) test? ( encode zlib ) fontconfig? ( truetype ) " |