diff options
author | Sam James <sam@gentoo.org> | 2022-07-11 04:27:14 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-07-11 04:27:14 +0100 |
commit | 62addd648bb30fe31d65ec87d7874216361d0f4a (patch) | |
tree | abfdc176e39647d1becaf5dca545289e3dea990f /media-video/mpv | |
parent | sys-libs/libselinux: drop ruby25 (diff) | |
download | gentoo-62addd648bb30fe31d65ec87d7874216361d0f4a.tar.gz gentoo-62addd648bb30fe31d65ec87d7874216361d0f4a.tar.bz2 gentoo-62addd648bb30fe31d65ec87d7874216361d0f4a.zip |
media-video/mpv: fix sdl2
Closes: https://bugs.gentoo.org/857156
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'media-video/mpv')
-rw-r--r-- | media-video/mpv/mpv-9999.ebuild | 4 |
1 files changed, 4 insertions, 0 deletions
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) |