0
0
mirror of https://github.com/mpv-player/mpv.git synced 2024-09-20 12:02:23 +02:00
mpv/waftools
wm4 bdf607ea5f build: list exported symbols explicitly
Instead of using a regex to match names to be exported from the libmpv
dynamic shared library, use a libmpv.def file, which lists all exported
functions explicitly.

This reduces the platform specifics in syms.py. I'm not sure if the
separate compile_sym task is still needed (it could probably be
collapsed, which would concentrate the platform specifics into one
place).
2014-08-05 02:21:29 +02:00
..
checks build: use -pthread when available 2014-04-27 10:40:01 +02:00
detections build: enable compiler optimization by default 2014-07-20 00:08:36 +02:00
fragments stream: remove VCD support 2014-06-01 17:22:21 +02:00
generators build: version string as native str type for each Python version 2014-06-14 10:11:07 +02:00
__init__.py switch the build system to waf 2013-11-21 21:22:36 +01:00
dependencies.py build: make deps_neg work with multiple dependencies 2013-11-29 23:31:17 +01:00
features.py build: hide duplicate options from --help 2013-12-26 10:09:17 +01:00
inflectors.py switch the build system to waf 2013-11-21 21:22:36 +01:00
syms.py build: list exported symbols explicitly 2014-08-05 02:21:29 +02:00
waf_customizations.py waf: make shlib tasks less noisy 2014-05-07 21:16:07 +02:00