git.videolan.org
/
ffmpeg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3540b95
)
Check for sys/mman.h and set appropriate definitions.
author
Alexander Strange
<astrange@ithinksw.com>
Wed, 19 Mar 2008 10:11:16 +0000
(10:11 +0000)
committer
Diego Biurrun
<diego@biurrun.de>
Wed, 19 Mar 2008 10:11:16 +0000
(10:11 +0000)
patch by Alexander Strange, astrange ithinksw com
Originally committed as revision 12503 to svn://svn.ffmpeg.org/ffmpeg/trunk
configure
patch
|
blob
|
history
diff --git
a/configure
b/configure
index
c81375b
..
46996db
100755
(executable)
--- a/
configure
+++ b/
configure
@@
-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