From 659a314a19c12f5efeab46caca7a306c3330d85c Mon Sep 17 00:00:00 2001 From: wm4 Date: Sun, 7 Jul 2013 21:44:37 +0200 Subject: 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). --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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 -- cgit v1.2.3