mirror of https://github.com/mpv-player/mpv
js: wscript: use pkgconfig for mujs (recently added .pc and 1.0.0 tag)
This commit is contained in:
parent
fa929eb0d0
commit
071118e4d2
2
wscript
2
wscript
|
@ -292,7 +292,7 @@ iconv support use --disable-iconv.",
|
|||
}, {
|
||||
'name' : '--javascript',
|
||||
'desc' : 'Javascript (MuJS backend)',
|
||||
'func': check_statement('mujs.h', 'js_setreport(js_newstate(0, 0, 0), 0)', lib='mujs'),
|
||||
'func': check_pkg_config('mujs', '>= 1.0.0'),
|
||||
}, {
|
||||
'name': '--libass',
|
||||
'desc': 'SSA/ASS support',
|
||||
|
|
Loading…
Reference in New Issue