diff options
author | Alexis Ballier <aballier@gentoo.org> | 2010-01-19 11:11:14 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2010-01-19 11:11:14 +0000 |
commit | b32936e05857fa986f6baf7cbdb9c36a651c01e4 (patch) | |
tree | 4f4630a15e21096d354dffdaad5244408bdbb797 /media-video/vlc/vlc-9999.ebuild | |
parent | viking bump (diff) | |
download | gentoo-2-b32936e05857fa986f6baf7cbdb9c36a651c01e4.tar.gz gentoo-2-b32936e05857fa986f6baf7cbdb9c36a651c01e4.tar.bz2 gentoo-2-b32936e05857fa986f6baf7cbdb9c36a651c01e4.zip |
vcdinfo -> libvcdinfo use_enable
(Portage version: 2.2_rc61/cvs/Linux x86_64)
Diffstat (limited to 'media-video/vlc/vlc-9999.ebuild')
-rw-r--r-- | media-video/vlc/vlc-9999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-video/vlc/vlc-9999.ebuild b/media-video/vlc/vlc-9999.ebuild index 9905999fe011..2a02c0016528 100644 --- a/media-video/vlc/vlc-9999.ebuild +++ b/media-video/vlc/vlc-9999.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/vlc-9999.ebuild,v 1.56 2010/01/12 21:48:40 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/vlc-9999.ebuild,v 1.57 2010/01/19 11:11:14 aballier Exp $ EAPI="2" @@ -325,7 +325,7 @@ src_configure() { $(use_enable upnp) \ $(use_enable v4l) \ $(use_enable v4l2) \ - $(use_enable vcdinfo) \ + $(use_enable vcdinfo libvcdinfo) \ $(use_enable vcdx) \ $(use_enable vorbis) \ $(use_enable win32codecs loader) \ |