mirror of https://github.com/mpv-player/mpv
wscript: remove redundant libraries check for shaderc-static
libshaderc_combined.a already bundles every libs it depends on References: https://github.com/google/shaderc/tree/master/libshaderc#build-artifacts
This commit is contained in:
parent
d588bdaaf7
commit
31718c48ce
3
wscript
3
wscript
|
@ -740,8 +740,7 @@ video_output_features = [
|
|||
'deps': '!shaderc-shared',
|
||||
'groups': ['shaderc'],
|
||||
'func': check_cc(header_name='shaderc/shaderc.h',
|
||||
lib=['shaderc_combined', 'glslang', 'SPIRV-Tools',
|
||||
'SPIRV-Tools-opt', 'stdc++']),
|
||||
lib=['shaderc_combined', 'stdc++']),
|
||||
}, {
|
||||
'name': '--shaderc',
|
||||
'desc': 'libshaderc SPIR-V compiler',
|
||||
|
|
Loading…
Reference in New Issue