aboutsummaryrefslogtreecommitdiff
path: root/ports/libass/ConstantValues.patch
AgeCommit message (Collapse)Author
2021-01-26[libass] Update to 0.15.0 (#15213)wangqr
* [libass] Update to 0.15.0 * [libass] Add vcpkg_fixup_pkgconfig() * [libass] Add to versions file
2020-12-23[libass] update to 0.15.0 (#15263)JonLiu1993
2019-01-24Add a more correct port for libass (#5223)Codiferous
This port currently only works on Windows because the dependencies of the port (fribidi in particular) don't build on non-Windows platforms. I made patch modifications to the source code because the Visual C++ C compiler does not allow for non-constant-expression array indicesto be used to declare a static array. I've verified that this (1) builds on Windows and (2) works with a sample test that's included in the libass github repo.