1
0
mirror of https://github.com/mpv-player/mpv synced 2025-02-17 21:27:08 +00:00

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:
shinchiro 2017-12-25 09:51:55 +08:00 committed by Kevin Mitchell
parent d588bdaaf7
commit 31718c48ce

View File

@ -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',