summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2015-09-15 14:15:39 +0200
committerLuca Barbato <lu_zero@gentoo.org>2015-09-15 14:55:54 +0200
commitb50cd4218102c08ab6ebbc7b423f794e91327880 (patch)
tree17e17d6b79d5a096c83127d0336045d3fb86c3c0
parent3a415b590a01e221b6234ab46f79eaf90c345118 (diff)
downloadgentoo-b50cd4218102c08ab6ebbc7b423f794e91327880.tar.gz
gentoo-b50cd4218102c08ab6ebbc7b423f794e91327880.tar.xz
media-libs/xine-lib: fix build with ffmpeg git master
Package-Manager: portage-2.2.20.1
-rw-r--r--media-video/libav/libav-9999.ebuild7
1 files changed, 2 insertions, 5 deletions
diff --git a/media-video/libav/libav-9999.ebuild b/media-video/libav/libav-9999.ebuild
index 3222da15a63..503d6e6a470 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 )
"