Aegisub/libaegisub
Myaamori 84ac716972 meson: add uchardet port
Meson port instead of using CMake as I ran into issues with the
src directory (where uchardet.h is located) not being appended
to the include path, and on Windows I ran into a Meson issue
where a -D macro definition was being interpreted as a filename.
In the end a Meson port seemed simpler than working out the CMake
issues, as the CMakeLists.txt files were straightforward and easy
to port.

Note that because of the directory structure of the uchardet source
I had to change the include directive from uchardet/uchardet.h
to just uchardet.h. This is actually more in line with the uchardet
pkg-config file, which appends /usr/include/uchardet to the include path.
2021-05-21 21:09:36 -04:00
..
ass Fix overflow bound 2019-09-22 17:12:05 -07:00
audio Fix PCM provider bugs 2019-09-22 17:41:02 -07:00
common meson: add uchardet port 2021-05-21 21:09:36 -04:00
include Merge in work from TypesettingTools fork 2021-01-16 02:12:31 -05:00
lua lua: run unicode-monkeypatch on Windows when loading scripts 2021-03-27 12:34:18 -04:00
osx Mark a bunch of things as overriding virtual functions 2015-07-28 14:30:02 -07:00
unix Add configure option to enable portable builds on Linux 2019-09-22 19:26:50 -04:00
windows Fix PCH usage 2021-01-10 03:14:12 -05:00
meson.build meson: fix source file inclusion in libaegisub on osx 2021-01-10 03:14:12 -05:00