Feature #627 ยป 0082-Msys2-Clean-up-special-handling-of-libSvtAv1Enc-2.dl.patch
platforms/windows/installer_msys2/Makefile.meson | ||
---|---|---|
ifeq ($(CI),yes)
|
||
ICUVER=74
|
||
SVTAV1ENC=
|
||
else
|
||
ICUVER=74
|
||
SVTAV1ENC=libSvtAv1Enc-2.dll
|
||
endif
|
||
#
|
||
... | ... | |
libaom.dll \
|
||
libdav1d-7.dll \
|
||
rav1e.dll \
|
||
$(SVTAV1ENC) \
|
||
libSvtAv1Enc-2.dll \
|
||
libyuv.dll
|
||
install-env-sdl2: install-env-gtk4-fcmp
|