forked from FFmpeg/FFmpeg
Check for sys/mman.h and set appropriate definitions.
patch by Alexander Strange, astrange ithinksw com Originally committed as revision 12503 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
3540b950ec
commit
b58412f106
1 changed files with 2 additions and 0 deletions
2
configure
vendored
2
configure
vendored
|
@ -754,6 +754,7 @@ HAVE_LIST="
|
|||
socklen_t
|
||||
soundcard_h
|
||||
poll_h
|
||||
sys_mman_h
|
||||
sys_select_h
|
||||
sys_soundcard_h
|
||||
termios_h
|
||||
|
@ -1597,6 +1598,7 @@ check_header byteswap.h
|
|||
check_header conio.h
|
||||
check_header dlfcn.h
|
||||
check_header malloc.h
|
||||
check_header sys/mman.h
|
||||
check_header termios.h
|
||||
|
||||
if ! enabled_any memalign memalign_hack && enabled need_memalign ; then
|
||||
|
|
Loading…
Add table
Reference in a new issue