summaryrefslogtreecommitdiffstats
path: root/wscript
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2017-12-02 23:19:13 +0100
committerwm4 <wm4@nowhere>2017-12-02 23:19:13 +0100
commitd7a02bcb3b25a9e3e80e9b80e46a494f97e684a9 (patch)
treef3a0f98d193b9bbf5fd74695935b0f4ac198937d /wscript
parentca29a5aa9b5bb38d43cce878131a61c0c0928b64 (diff)
downloadmpv-d7a02bcb3b25a9e3e80e9b80e46a494f97e684a9.tar.bz2
mpv-d7a02bcb3b25a9e3e80e9b80e46a494f97e684a9.tar.xz
build: remove POSIX/sysv shared memory test
vo_x11 and vo_xv need this. According to the Linux manpage, all involved functions are POSIX-2001 anyway. (I just assumed they were not, because they're mostly System V UNIX legacy garbage.)
Diffstat (limited to 'wscript')
-rw-r--r--wscript5
1 files changed, 0 insertions, 5 deletions
diff --git a/wscript b/wscript
index 1890ca8f99..4941c53774 100644
--- a/wscript
+++ b/wscript
@@ -228,11 +228,6 @@ iconv support use --disable-iconv.",
'desc': 'termios',
'func': check_headers('termios.h', 'sys/termios.h'),
}, {
- 'name': '--shm',
- 'desc': 'shm',
- 'func': check_statement(['sys/types.h', 'sys/ipc.h', 'sys/shm.h'],
- 'shmget(0, 0, 0); shmat(0, 0, 0); shmctl(0, 0, 0)')
- }, {
'name': 'nanosleep',
'desc': 'nanosleep',
'func': check_statement('time.h', 'nanosleep(0,0)')