diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2019-05-12 20:03:55 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2019-05-13 02:17:40 +0200 |
commit | d8664d024841c43663921ca8eff0d17b51bb6b3f (patch) | |
tree | a245a567d36b867ed74a1d62842d7909354c6c7a /media-video/vlc/vlc-9999.ebuild | |
parent | media-video/vlc: Drop USE wma-fixed, disable in 3.0 stable branch (diff) | |
download | gentoo-d8664d024841c43663921ca8eff0d17b51bb6b3f.tar.gz gentoo-d8664d024841c43663921ca8eff0d17b51bb6b3f.tar.bz2 gentoo-d8664d024841c43663921ca8eff0d17b51bb6b3f.zip |
media-video/vlc: Add USE libplacebo
Package-Manager: Portage-2.3.66, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'media-video/vlc/vlc-9999.ebuild')
-rw-r--r-- | media-video/vlc/vlc-9999.ebuild | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/media-video/vlc/vlc-9999.ebuild b/media-video/vlc/vlc-9999.ebuild index 9354de3beaf1..b37552b3a988 100644 --- a/media-video/vlc/vlc-9999.ebuild +++ b/media-video/vlc/vlc-9999.ebuild @@ -32,10 +32,10 @@ SLOT="0/12-9" # vlc - vlccore IUSE="a52 alsa altivec aom archive aribsub bidi bluray cddb chromaprint chromecast dav1d dbus dc1394 debug directx dts +dvbpsi dvd +encode faad fdk +ffmpeg flac fluidsynth fontconfig +gcrypt gme gnome-keyring gstreamer ieee1394 jack jpeg kate kms - libass libav libcaca libnotify +libsamplerate libtar libtiger linsys lirc live lua - macosx-notifications mad matroska modplug mp3 mpeg mtp musepack ncurses - neon nfs ogg omxil opencv optimisememory opus png postproc projectm pulseaudio +qt5 - rdp run-as-root samba sdl-image sftp shout sid skins soxr speex srt ssl + libass libav libcaca libnotify libplacebo +libsamplerate libtar libtiger linsys lirc + live lua macosx-notifications mad matroska modplug mp3 mpeg mtp musepack ncurses + neon nfs ogg omxil opencv optimisememory opus png postproc projectm pulseaudio + +qt5 rdp run-as-root samba sdl-image sftp shout sid skins soxr speex srt ssl svg taglib theora tremor truetype twolame udev upnp vaapi v4l vdpau vnc vorbis vpx wayland +X x264 x265 xml zeroconf zvbi cpu_flags_x86_mmx cpu_flags_x86_sse " @@ -331,6 +331,7 @@ src_configure() { $(use_enable libass) $(use_enable libcaca caca) $(use_enable libnotify notify) + $(use_enable libplacebo) $(use_enable libsamplerate samplerate) $(use_enable libtar) $(use_enable libtiger tiger) @@ -404,7 +405,6 @@ src_configure() { --disable-goom --disable-kai --disable-kva - --disable-libplacebo --disable-maintainer-mode --disable-merge-ffmpeg --disable-mfx |