1
0
mirror of https://github.com/mpv-player/mpv synced 2025-01-13 10:26:09 +00:00

build: better POSIX check

This is the "official" method to do this.
This commit is contained in:
wm4 2019-06-30 01:23:20 +02:00
parent fb8d240c4d
commit 9fd90c549c

View File

@ -156,9 +156,7 @@ main_dependencies = [
}, {
'name': 'posix',
'desc': 'POSIX environment',
# This should be good enough.
'func': check_statement(['poll.h', 'unistd.h', 'sys/mman.h'],
'struct pollfd pfd; poll(&pfd, 1, 0); fork(); int f[2]; pipe(f); munmap(f,0)'),
'func': check_statement(['unistd.h'], 'long x = _POSIX_VERSION'),
}, {
'name': '--android',
'desc': 'Android environment',