1
0
mirror of https://github.com/mpv-player/mpv synced 2024-12-19 13:21:13 +00:00
mpv/waftools
Stefano Pigozzi fa620ffc95 build: reimplement the OSS checks using a more declarative approach
The OSS checks were a big mess and quite buggy. This reimplementes them using
a declarative approach and clearly distinguishing between the various OSS
implementations. The code should now almost be auto-documenting.

We currently support the following implementations of OSS:
 * platform-specific (with `sys/soundcard.h`)
 * SunAudio (default on NetBSD and useable on OpenBSD even if we have sndio
   support there).
 * 4Front (default on FreeBSD)

Since now each OSS check also checks for the appropriate soundcard header,
remove the old soundcard check.

Many thanks to @bugmen0t for in depth info about all the BSDs.
Check #380 and #359 for more info on this commit.
2013-11-29 23:11:12 +01:00
..
checks build: reimplement the OSS checks using a more declarative approach 2013-11-29 23:11:12 +01:00
detections build: add -mwin32 on cygwin 2013-11-26 00:33:40 +01:00
fragments build: reimplement the OSS checks using a more declarative approach 2013-11-29 23:11:12 +01:00
generators
__init__.py
dependencies.py build: make --disable-gl disable all the gl backends 2013-11-28 09:06:43 +01:00
features.py
inflectors.py
waf_customizations.py