diff options
author | Alexis Ballier <aballier@gentoo.org> | 2011-02-16 18:28:20 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2011-02-16 18:28:20 +0000 |
commit | 8069e9010d84bd652b37926bb05dca7586950e4f (patch) | |
tree | 3cb5265fc34464c3baf4df69009e02243c903ac1 /media-video/vlc/vlc-9999.ebuild | |
parent | Version bump (diff) | |
download | historical-8069e9010d84bd652b37926bb05dca7586950e4f.tar.gz historical-8069e9010d84bd652b37926bb05dca7586950e4f.tar.bz2 historical-8069e9010d84bd652b37926bb05dca7586950e4f.zip |
add omxil useflag
Package-Manager: portage-2.2.0_alpha24/cvs/Linux x86_64
Diffstat (limited to 'media-video/vlc/vlc-9999.ebuild')
-rw-r--r-- | media-video/vlc/vlc-9999.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/media-video/vlc/vlc-9999.ebuild b/media-video/vlc/vlc-9999.ebuild index 14b4468519a3..fb31d39854a9 100644 --- a/media-video/vlc/vlc-9999.ebuild +++ b/media-video/vlc/vlc-9999.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2011 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.112 2011/02/16 18:04:28 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/vlc-9999.ebuild,v 1.113 2011/02/16 18:28:20 aballier Exp $ EAPI="4" @@ -49,7 +49,7 @@ IUSE="a52 aac aalib alsa altivec atmo avahi bda bidi bluray cdda cddb dbus dc139 debug dirac directfb dshow dts dvb +dvbpsi dvd elibc_glibc +encode fbcon fluidsynth +ffmpeg flac fontconfig +gcrypt gme gnome gnutls growl httpd ieee1394 jack kate kde libass libcaca libnotify libproxy libtiger libv4l2 linsys lirc live lua matroska mmx - modplug mp3 mpeg mtp musepack ncurses ogg opengl optimisememory oss + modplug mp3 mpeg mtp musepack ncurses ogg omxil opengl optimisememory oss png projectm pulseaudio pvr +qt4 rtsp run-as-root samba schroedinger sdl sdl-image shine shout sid skins speex sqlite sse svg taglib theora truetype twolame udev upnp v4l2 vaapi vcdx vlm @@ -243,6 +243,7 @@ src_configure() { $(use_enable musepack mpc) \ $(use_enable ncurses) \ $(use_enable ogg) \ + $(use_enable omxil) \ $(use_enable opengl glx) \ $(use_enable optimisememory optimize-memory) \ $(use_enable oss) \ |