summaryrefslogtreecommitdiff
path: root/vp8/decoder
diff options
context:
space:
mode:
authorJohn Koleszar <jkoleszar@google.com>2011-03-17 00:05:08 -0400
committerJohn Koleszar <jkoleszar@google.com>2011-03-17 00:05:08 -0400
commit53d11fa6ad8dc65cf335a108b0830dac07175c11 (patch)
tree7bf7f743a28c8ccf7524add0f51660786bf908af /vp8/decoder
parent386ceca8d27d77f33e9877506bbc714ce74af075 (diff)
parentde50520a8c88afa53679a2dd6c77d5be54503436 (diff)
downloadlibvpx-53d11fa6ad8dc65cf335a108b0830dac07175c11.tar
libvpx-53d11fa6ad8dc65cf335a108b0830dac07175c11.tar.gz
libvpx-53d11fa6ad8dc65cf335a108b0830dac07175c11.tar.bz2
libvpx-53d11fa6ad8dc65cf335a108b0830dac07175c11.zip
Merge remote branch 'origin/master' into experimental
Change-Id: I3f6c1e297fc0d33dc239bb4dd41d5afbcd91de19
Diffstat (limited to 'vp8/decoder')
-rw-r--r--vp8/decoder/threading.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/vp8/decoder/threading.c b/vp8/decoder/threading.c
index 314a8d7fd..67e578c62 100644
--- a/vp8/decoder/threading.c
+++ b/vp8/decoder/threading.c
@@ -12,9 +12,6 @@
#if !defined(WIN32) && CONFIG_OS_SUPPORT == 1
# include <unistd.h>
#endif
-#ifdef __APPLE__
-#include <mach/mach_init.h>
-#endif
#include "onyxd_int.h"
#include "vpx_mem/vpx_mem.h"
#include "vp8/common/threading.h"