Mercurial > mplayer.hg
diff configure @ 33412:2a2e9b6551d8
configure: Convert HAVE_SYS_MMAN_H into a 0/1 definition.
FFmpeg/Libav uses it as a 0/1 definition, so adapt MPlayer to do the same.
author | diego |
---|---|
date | Tue, 24 May 2011 19:51:38 +0000 |
parents | 02ef77592b7d |
children | 08da81bcc970 |
line wrap: on
line diff
--- a/configure Tue May 24 19:47:07 2011 +0000 +++ b/configure Tue May 24 19:51:38 2011 +0000 @@ -3531,7 +3531,7 @@ def_mman_h='#define HAVE_SYS_MMAN_H 1' else def_mmap='#define HAVE_MMAP 0' - def_mman_h='#undef HAVE_SYS_MMAN_H' + def_mman_h='#define HAVE_SYS_MMAN_H 0' os2 && need_mmap=yes fi echores "$_mman"