summaryrefslogtreecommitdiffstats
path: root/osdep/Makefile
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-02-27 22:29:52 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-02-27 22:29:52 +0000
commiteffb6040ee1852fcea1fcd7a12493cef01c3e092 (patch)
tree4bb8ac05cbcc0d251fae3e2be6d6c43463a9f2f2 /osdep/Makefile
parent99a840529ad3214c1f822808e49f609911730fc4 (diff)
downloadmpv-effb6040ee1852fcea1fcd7a12493cef01c3e092.tar.bz2
mpv-effb6040ee1852fcea1fcd7a12493cef01c3e092.tar.xz
mmap() support for OS/2
patch by KO Myung-Hun, komh chollian net git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26108 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'osdep/Makefile')
-rw-r--r--osdep/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/osdep/Makefile b/osdep/Makefile
index 43f3e08d59..c0f7a2c7ec 100644
--- a/osdep/Makefile
+++ b/osdep/Makefile
@@ -26,6 +26,9 @@ getch = getch2-win.c
endif
ifeq ($(TARGET_OS),OS/2)
getch = getch2-os2.c
+ifneq ($(HAVE_SYS_MMAN_H),yes)
+SRCS_COMMON += mmap-os2.c
+endif
endif
SRCS_COMMON += $(timer)
SRCS_COMMON += $(getch)