diff options
author | Alexis Ballier <aballier@gentoo.org> | 2011-02-16 17:14:39 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2011-02-16 17:14:39 +0000 |
commit | fdc34ff88679e312f93dc709be2196077ddd0409 (patch) | |
tree | 1525f8d82acb25a844574adb12b4def971e6225a /media-video/vlc/vlc-9999.ebuild | |
parent | mask win32 useflags for vlc (diff) | |
download | historical-fdc34ff88679e312f93dc709be2196077ddd0409.tar.gz historical-fdc34ff88679e312f93dc709be2196077ddd0409.tar.bz2 historical-fdc34ff88679e312f93dc709be2196077ddd0409.zip |
Add dshow and bda useflags (win32 only)
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 | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/media-video/vlc/vlc-9999.ebuild b/media-video/vlc/vlc-9999.ebuild index 66946a05a3e2..cd9ce2cd7126 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.109 2011/02/16 16:55:07 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/vlc/vlc-9999.ebuild,v 1.110 2011/02/16 17:14:39 aballier Exp $ EAPI="4" @@ -45,8 +45,8 @@ if [ "${PV%9999}" = "${PV}" ] ; then else KEYWORDS="" fi -IUSE="a52 aac aalib alsa altivec atmo avahi bidi cdda cddb dbus dc1394 - debug dirac directfb dts dvb dvd elibc_glibc +encode fbcon fluidsynth +ffmpeg flac fontconfig +IUSE="a52 aac aalib alsa altivec atmo avahi bda bidi cdda cddb dbus dc1394 + debug dirac directfb dshow dts dvb 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 @@ -190,6 +190,7 @@ src_configure() { $(use_enable altivec) \ $(use_enable atmo) \ $(use_enable avahi bonjour) \ + $(use_enable bda) \ $(use_enable bidi fribidi) \ $(use_enable cdda vcd) \ $(use_enable cddb libcddb) \ @@ -198,6 +199,7 @@ src_configure() { $(use_enable directfb) \ $(use_enable dc1394) \ $(use_enable debug) \ + $(use_enable dshow) \ $(use_enable dts dca) \ $(use_enable dvb) \ $(use_enable dvd dvdread) $(use_enable dvd dvdnav) \ |