diff loader/dmo/DMO_VideoDecoder.c @ 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 32725ca88fed
children 82a15e343f94
line wrap: on
line diff
--- a/loader/dmo/DMO_VideoDecoder.c	Tue May 24 19:47:07 2011 +0000
+++ b/loader/dmo/DMO_VideoDecoder.c	Tue May 24 19:51:38 2011 +0000
@@ -39,7 +39,7 @@
 #include <fcntl.h>
 #include <errno.h>
 #include <sys/types.h>
-#ifdef HAVE_SYS_MMAN_H
+#if HAVE_SYS_MMAN_H
 #include <sys/mman.h>
 #endif
 #include <stdio.h>