mirror of
https://github.com/mpv-player/mpv
synced 2024-12-18 12:55:16 +00:00
ci/mingw: use meson for libass build
This commit is contained in:
parent
0f93a6934f
commit
f2f62c5436
@ -245,8 +245,7 @@ _harfbuzz_mark=lib/libharfbuzz.dll.a
|
||||
_libass () {
|
||||
[ -d libass ] || $gitclone https://github.com/libass/libass.git
|
||||
builddir libass
|
||||
[ -f ../configure ] || (cd .. && ./autogen.sh)
|
||||
../configure --host=$TARGET $commonflags
|
||||
meson setup .. --cross-file "$prefix_dir/crossfile" -Ddefault_library=shared
|
||||
makeplusinstall
|
||||
popd
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user