diff options
author | Ionen Wolkens <ionen@gentoo.org> | 2023-07-15 01:17:19 -0400 |
---|---|---|
committer | Ionen Wolkens <ionen@gentoo.org> | 2023-07-15 01:26:17 -0400 |
commit | 4d5dd1fdcc55082f19a7980c8c9147195641567e (patch) | |
tree | 8da5506484b80fa0699f3202c6da05244a3072d9 /media-video | |
parent | sys-apps/portage: backport message fix (diff) | |
download | gentoo-4d5dd1fdcc55082f19a7980c8c9147195641567e.tar.gz gentoo-4d5dd1fdcc55082f19a7980c8c9147195641567e.tar.bz2 gentoo-4d5dd1fdcc55082f19a7980c8c9147195641567e.zip |
media-video/mpv: note new options in live
Meant to handle them but upon closer look there's not
really anything that should be done -- but may be worth
noting.
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'media-video')
-rw-r--r-- | media-video/mpv/mpv-9999.ebuild | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/media-video/mpv/mpv-9999.ebuild b/media-video/mpv/mpv-9999.ebuild index 52c41d825bf8..946f87643e68 100644 --- a/media-video/mpv/mpv-9999.ebuild +++ b/media-video/mpv/mpv-9999.ebuild @@ -239,6 +239,11 @@ src_configure() { $(mpv_feature_multi vdpau opengl vdpau-gl-x11) $(mpv_feature_multi aqua opengl videotoolbox-gl) + + # notable options left to automagic + #dmabuf-wayland: USE="drm wayland" + plus memfd_create support + #vulkan-interop: USE="libplacebo vulkan" + ffmpeg-9999 currently + # TODO?: perhaps few more similar compound options should be left auto ) meson_src_configure |