mpv/waftools
wm4 7eca787571 build: change how some OS specific source files are selected
In a bunch of cases, we emulate highly platform specific APIs on a
higher level across all OSes, such as IPC, terminal, subprocess
handling, and more. We have source files for each OS, and they implement
all the same mpv internal API.

Selecting which source file to use on an OS can be tricky, because there
is partially overlapping and emulated APIs (consider Cygwin on Windows).
Add a pick_first_matching_dep() function to make this slightly easier
and more structured.

Also add dummy backends in some cases, to deal with APIs not being
available.

Clarify the Windows dependency identifiers, as these are the most
confusing.
2017-06-29 10:30:16 +02:00
..
checks build: simplify OSS checks and remove changes by "bugmen0t" 2017-06-22 13:17:14 +02:00
detections win32: build with -DINITGUID 2016-09-28 21:38:52 +10:00
fragments build: reduce GLX test fragment 2017-06-22 13:17:40 +02:00
generators demux_mkv: change license to LGPL 2017-04-21 12:21:33 +02:00
__init__.py
clang_compilation_database.py build: add option to generate a clang compilation database 2015-02-05 21:06:34 +01:00
dependencies.py build: change how some OS specific source files are selected 2017-06-29 10:30:16 +02:00
features.py
inflector.py build: remove useless class 2015-07-26 15:00:47 +02:00
syms.py
waf_customizations.py waf: fix linking of win32 console wrapper 2017-02-19 03:34:27 +00:00