summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2013-07-07 21:44:37 +0200
committerwm4 <wm4@nowhere>2013-07-07 21:44:37 +0200
commit659a314a19c12f5efeab46caca7a306c3330d85c (patch)
tree4cbd8af54d255655f3d8420a3d30ca2990b5b09c /Makefile
parent74b6d8f306530910d9d2e25dd2f48afb99e7e3eb (diff)
downloadmpv-659a314a19c12f5efeab46caca7a306c3330d85c.tar.bz2
mpv-659a314a19c12f5efeab46caca7a306c3330d85c.tar.xz
osdep: remove unused mmap compatibility hacks
Not sure how this worked. Only af_export.c and tvi_v4l2.c were using mmap, but they didn't include osdep/mmap.h or mmap_anon.h. In any case, we trust that the target system is sufficiently POSIX compliant if mmap is actually defined (as checked by configure).
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index a9f3cc49fc..7dc01f7a3d 100644
--- a/Makefile
+++ b/Makefile
@@ -33,7 +33,7 @@ SOURCES-$(DVBIN) += stream/dvb_tune.c \
SOURCES-$(DVDREAD) += stream/stream_dvd.c \
stream/stream_dvd_common.c
-SOURCES-$(HAVE_SYS_MMAN_H) += audio/filter/af_export.c osdep/mmap_anon.c
+SOURCES-$(HAVE_SYS_MMAN_H) += audio/filter/af_export.c
SOURCES-$(LADSPA) += audio/filter/af_ladspa.c
SOURCES-$(LIBASS) += sub/ass_mp.c sub/sd_ass.c \
demux/demux_libass.c