mirror of https://github.com/mpv-player/mpv
ci/mingw: update fribidi to 1.0.16
This commit is contained in:
parent
816c17d363
commit
171c91623d
|
@ -229,7 +229,7 @@ _freetype () {
|
|||
_freetype_mark=lib/libfreetype.dll.a
|
||||
|
||||
_fribidi () {
|
||||
local ver=1.0.15
|
||||
local ver=1.0.16
|
||||
gettar "https://github.com/fribidi/fribidi/releases/download/v${ver}/fribidi-${ver}.tar.xz"
|
||||
builddir fribidi-${ver}
|
||||
meson setup .. --cross-file "$prefix_dir/crossfile" \
|
||||
|
|
Loading…
Reference in New Issue