media-video/mpv: update live

meson.build was updated to only enable shaderc for windows builds
given anything else will use libplacebo, so let's just leave
the setting alone now.

shaderc can now technically be avoided entirely with
libplacebo[glslang,-shaderc], albeit shaderc is still what
upstream libplacebo prefers at the moment (aka in the event
both are available, it'll force shaderc).

Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
This commit is contained in:
Ionen Wolkens
2023-11-29 01:29:48 -05:00
parent fc81f9fa29
commit ac8d4e3372

View File

@@ -103,10 +103,7 @@ COMMON_DEPEND="
sndio? ( media-sound/sndio:= )
vaapi? ( media-libs/libva:=[X?,drm(+)?,wayland?] )
vdpau? ( x11-libs/libvdpau )
vulkan? (
media-libs/shaderc
media-libs/vulkan-loader[X?,wayland?]
)
vulkan? ( media-libs/vulkan-loader[X?,wayland?] )
wayland? (
dev-libs/wayland
dev-libs/wayland-protocols
@@ -222,7 +219,6 @@ src_configure() {
$(meson_feature raspberry-pi rpi)
$(meson_feature vulkan)
$(meson_feature vulkan shaderc)
# hardware decoding
$(meson_feature nvenc cuda-hwaccel)