forked from FFmpeg/FFmpeg
configure: check for unistd.h
Signed-off-by: Mans Rullgard <mans@mansr.com>
This commit is contained in:
parent
539df61193
commit
542920b7f6
1 changed files with 2 additions and 0 deletions
2
configure
vendored
2
configure
vendored
|
@ -1150,6 +1150,7 @@ HAVE_LIST="
|
|||
threads
|
||||
trunc
|
||||
truncf
|
||||
unistd_h
|
||||
vfp_args
|
||||
VirtualAlloc
|
||||
winsock2_h
|
||||
|
@ -2866,6 +2867,7 @@ check_header sys/mman.h
|
|||
check_header sys/param.h
|
||||
check_header sys/resource.h
|
||||
check_header sys/select.h
|
||||
check_header unistd.h
|
||||
check_header vdpau/vdpau.h
|
||||
check_header vdpau/vdpau_x11.h
|
||||
check_header X11/extensions/XvMClib.h
|
||||
|
|
Loading…
Add table
Reference in a new issue