summaryrefslogtreecommitdiff
path: root/vp8/decoder/threading.c
diff options
context:
space:
mode:
authorJohann <johannkoenig@google.com>2011-01-28 09:03:58 -0800
committerCode Review <code-review@webmproject.org>2011-01-28 09:03:58 -0800
commitf3cb9ae459ab9c1883b7186eb10a6da0598716fc (patch)
tree60c0cf8c2bdd7d536ad08b64e5f95ec1c2ac3880 /vp8/decoder/threading.c
parentdcb23e2aaaef27a12d72f7e263f9629fdf68c266 (diff)
parent11a222f5d963097fb72cec7bf6e06ff8c3d96fa4 (diff)
downloadlibvpx-f3cb9ae459ab9c1883b7186eb10a6da0598716fc.tar
libvpx-f3cb9ae459ab9c1883b7186eb10a6da0598716fc.tar.gz
libvpx-f3cb9ae459ab9c1883b7186eb10a6da0598716fc.tar.bz2
libvpx-f3cb9ae459ab9c1883b7186eb10a6da0598716fc.zip
Merge "Adds "armvX-none-rvct" targets"
Diffstat (limited to 'vp8/decoder/threading.c')
-rw-r--r--vp8/decoder/threading.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/vp8/decoder/threading.c b/vp8/decoder/threading.c
index fc8406eae..930d9b913 100644
--- a/vp8/decoder/threading.c
+++ b/vp8/decoder/threading.c
@@ -9,7 +9,7 @@
*/
-#ifndef WIN32
+#if !defined(WIN32) && CONFIG_OS_SUPPORT == 1
# include <unistd.h>
#endif
#ifdef __APPLE__