Commit 97ff20de authored by diego's avatar diego

Check for sys/mman.h and set appropriate definitions.

patch by Alexander Strange, astrange ithinksw com


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@12503 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 31553380
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment