summaryrefslogtreecommitdiffstats
path: root/wscript
diff options
context:
space:
mode:
authorNiklas Haas <git@haasn.xyz>2018-11-24 04:25:30 +0100
committerJan Ekström <jeebjp@gmail.com>2018-12-01 15:50:23 +0200
commit5bcac8580df6fc62323136f756a3a6d1e754fe9c (patch)
tree523664b7c0cc396e75b18f1c396bed544accfb01 /wscript
parentf0509d3738ec37cfa4afa81f070c8abd876e6561 (diff)
downloadmpv-5bcac8580df6fc62323136f756a3a6d1e754fe9c.tar.bz2
mpv-5bcac8580df6fc62323136f756a3a6d1e754fe9c.tar.xz
spirv: remove --spirv-compiler=nvidia
This option has been deprecated upstream for a long time, probably doesn't even work anymore, and won't work moving forwards as we replace the vulkan code by libplacebo wrappers. I haven't removed the option completely yet since in theory we could still add support for e.g. a native glslang wrapper in the future. But most likely the future of this code is deletion. As an aside, fix an issue where the man page didn't mention d3d11.
Diffstat (limited to 'wscript')
-rw-r--r--wscript3
1 files changed, 2 insertions, 1 deletions
diff --git a/wscript b/wscript
index db49f2f75b..d3d49090c8 100644
--- a/wscript
+++ b/wscript
@@ -806,7 +806,8 @@ video_output_features = [
"video outputs use --disable-gl.",
}, {
'name': '--vulkan',
- 'desc': 'Vulkan context support',
+ 'desc': 'Vulkan context support',
+ 'deps': 'shaderc',
# Lowest version tested, Ubuntu 16.04's
'func': check_pkg_config('vulkan >= 1.0.61'),
}, {