summaryrefslogtreecommitdiffstats
path: root/audio
diff options
context:
space:
mode:
Diffstat (limited to 'audio')
-rw-r--r--audio/filter/af.c2
-rw-r--r--audio/filter/af_export.c1
2 files changed, 0 insertions, 3 deletions
diff --git a/audio/filter/af.c b/audio/filter/af.c
index 171169f62c..365f5c46fb 100644
--- a/audio/filter/af.c
+++ b/audio/filter/af.c
@@ -70,9 +70,7 @@ static const struct af_info *const filter_list[] = {
&af_info_pan,
&af_info_surround,
&af_info_sub,
-#if HAVE_SYS_MMAN_H
&af_info_export,
-#endif
&af_info_drc,
&af_info_extrastereo,
&af_info_lavcac3enc,
diff --git a/audio/filter/af_export.c b/audio/filter/af_export.c
index d867bc4a94..8e54fec5f5 100644
--- a/audio/filter/af_export.c
+++ b/audio/filter/af_export.c
@@ -34,7 +34,6 @@
#include "config.h"
#include <sys/types.h>
-#include <sys/mman.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <fcntl.h>