summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorJohann <johannkoenig@google.com>2015-12-17 17:04:11 -0800
committerJohann <johannkoenig@google.com>2015-12-17 17:04:11 -0800
commit91c75c5c2390d8703c96bb8a7886a905ce26f12d (patch)
treea9e9911360bdea78fe9de23d352d2e62004434c5 /examples
parent3c92144280867e5086fd4697c0b60ecaa5301abd (diff)
downloadlibvpx-91c75c5c2390d8703c96bb8a7886a905ce26f12d.tar.gz
libvpx-91c75c5c2390d8703c96bb8a7886a905ce26f12d.tar.bz2
libvpx-91c75c5c2390d8703c96bb8a7886a905ce26f12d.zip
Remove unused POSIX_MMAP references
Change-Id: I6998e15f9ed2849a270033217c02e27c79ee8343
Diffstat (limited to 'examples')
-rw-r--r--examples/vp8_multi_resolution_encoder.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/examples/vp8_multi_resolution_encoder.c b/examples/vp8_multi_resolution_encoder.c
index 2b032049c..0248edede 100644
--- a/examples/vp8_multi_resolution_encoder.c
+++ b/examples/vp8_multi_resolution_encoder.c
@@ -29,13 +29,6 @@
#include <math.h>
#include <assert.h>
#include <sys/time.h>
-#if USE_POSIX_MMAP
-#include <sys/types.h>
-#include <sys/stat.h>
-#include <sys/mman.h>
-#include <fcntl.h>
-#include <unistd.h>
-#endif
#include "vpx_ports/vpx_timer.h"
#include "vpx/vpx_encoder.h"
#include "vpx/vp8cx.h"