mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 00:48:18 -07:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user