commit:     4d5dd1fdcc55082f19a7980c8c9147195641567e
Author:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 15 05:17:19 2023 +0000
Commit:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Sat Jul 15 05:26:17 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d5dd1fd

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 <AT> gentoo.org>

 media-video/mpv/mpv-9999.ebuild | 5 +++++
 1 file changed, 5 insertions(+)

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

Reply via email to