diff options
author | Alexis Ballier <aballier@gentoo.org> | 2013-02-08 13:50:18 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2013-02-08 13:50:18 +0000 |
commit | daac4c454ce7ef3bf6d5c7f81f62667a35321985 (patch) | |
tree | 163f0a60045658a2c8d7865603207e3e6e5741a9 /media-video/mplayer/mplayer-9999.ebuild | |
parent | Use /run/mdadm instead of /var/run/mdadm with baselayout that has the /run di... (diff) | |
download | gentoo-2-daac4c454ce7ef3bf6d5c7f81f62667a35321985.tar.gz gentoo-2-daac4c454ce7ef3bf6d5c7f81f62667a35321985.tar.bz2 gentoo-2-daac4c454ce7ef3bf6d5c7f81f62667a35321985.zip |
disable libilbc for the same reason as libopus: it is for internal ffmpeg only.
(Portage version: 2.2.0_alpha161/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
Diffstat (limited to 'media-video/mplayer/mplayer-9999.ebuild')
-rw-r--r-- | media-video/mplayer/mplayer-9999.ebuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/media-video/mplayer/mplayer-9999.ebuild b/media-video/mplayer/mplayer-9999.ebuild index 5bd115b8e5ff..2e69278bd6c4 100644 --- a/media-video/mplayer/mplayer-9999.ebuild +++ b/media-video/mplayer/mplayer-9999.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/mplayer/mplayer-9999.ebuild,v 1.137 2013/02/08 13:41:43 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/mplayer/mplayer-9999.ebuild,v 1.138 2013/02/08 13:50:18 aballier Exp $ EAPI=4 @@ -274,14 +274,15 @@ src_configure() { # disable svga since we don't want it # disable arts since we don't have kde3 # always disable internal ass - # disable opus since it only controls opus support in internal ffmpeg which - # we do not use + # disable opus and ilbc since it only controls support in internal + # ffmpeg which we do not use myconf+=" --disable-svga --disable-svgalib_helper --disable-ass-internal --disable-arts --disable-kai --disable-libopus + --disable-libilbc $(use_enable network networking) $(use_enable joystick) " |