]> git.pld-linux.org Git - packages/mpv.git/blob - mpv-shaderc.patch
updated deps
[packages/mpv.git] / mpv-shaderc.patch
1 diff -urN mpv-0.29.1.orig/wscript mpv-0.29.1/wscript
2 --- mpv-0.29.1.orig/wscript     2019-05-28 20:48:29.531577650 +0200
3 +++ mpv-0.29.1/wscript  2019-05-28 20:49:59.381099666 +0200
4 @@ -730,7 +730,7 @@
5          'desc': 'libshaderc SPIR-V compiler (shared library)',
6          'deps': '!static-build',
7          'groups': ['shaderc'],
8 -        'func': check_cc(header_name='shaderc/shaderc.h', lib='shaderc_shared'),
9 +        'func': check_cc(header_name='shaderc/shaderc.h', lib='shaderc'),
10      }, {
11          'name': 'shaderc-static',
12          'desc': 'libshaderc SPIR-V compiler (static library)',
This page took 0.087809 seconds and 3 git commands to generate.