commit:     62addd648bb30fe31d65ec87d7874216361d0f4a
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 11 03:27:14 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Jul 11 03:27:14 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=62addd64

media-video/mpv: fix sdl2

Closes: https://bugs.gentoo.org/857156
Signed-off-by: Sam James <sam <AT> gentoo.org>

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

diff --git a/media-video/mpv/mpv-9999.ebuild b/media-video/mpv/mpv-9999.ebuild
index 0958d7c9fee9..6b7b10dfecd8 100644
--- a/media-video/mpv/mpv-9999.ebuild
+++ b/media-video/mpv/mpv-9999.ebuild
@@ -187,6 +187,10 @@ src_configure() {
 
                -Dlibavdevice=enabled
 
+               # Needed for either of the more specific audio or video options
+               # bug #857156
+               $(meson_feature sdl sdl2)
+
                # Audio outputs:
                $(meson_feature sdl sdl2-audio)
                $(meson_feature pulseaudio pulse)

Reply via email to