shithub: libvpx

Download patch

ref: 9dd992b6f07bee08ce67dc3b8293b383b029ca35
parent: 89a116f4cbcb2340ea51c7484a7503005823fed7
parent: 8ad9338e2e4297cebc234350c5ae0368c38f3a38
author: Jerome Jiang <jianj@google.com>
date: Wed Jul 19 17:30:21 EDT 2017

Merge "Roll libwebm: Fix android build failure with NDK r15b."

--- a/third_party/libwebm/README.libvpx
+++ b/third_party/libwebm/README.libvpx
@@ -1,5 +1,5 @@
 URL: https://chromium.googlesource.com/webm/libwebm
-Version: a97c484bfd6b5de4b1b61efe33089b55d810b412
+Version: 0ae757087f5e6eb01dfea16cc09205b2425cfb74
 License: BSD
 License File: LICENSE.txt
 
--- a/third_party/libwebm/mkvmuxer/mkvmuxerutil.cc
+++ b/third_party/libwebm/mkvmuxer/mkvmuxerutil.cc
@@ -10,6 +10,7 @@
 
 #ifdef __ANDROID__
 #include <fcntl.h>
+#include <unistd.h>
 #endif
 
 #include <cassert>