]> granicus.if.org Git - libvpx/commitdiff
Roll libwebm: Fix android build failure with NDK r15b.
authorJerome Jiang <jianj@google.com>
Mon, 17 Jul 2017 20:59:14 +0000 (13:59 -0700)
committerJerome Jiang <jianj@google.com>
Tue, 18 Jul 2017 23:52:46 +0000 (16:52 -0700)
BUG=webm:1447

Change-Id: I8defe45cb94eb9c209ba72ce446786f24c14c0b8

third_party/libwebm/README.libvpx
third_party/libwebm/mkvmuxer/mkvmuxerutil.cc

index 7ef6c6298c367c8e16e0d1a201205bd92985a3ed..ebb5ff2f4d71488738701931fad2ef537d870779 100644 (file)
@@ -1,5 +1,5 @@
 URL: https://chromium.googlesource.com/webm/libwebm
-Version: a97c484bfd6b5de4b1b61efe33089b55d810b412
+Version: 0ae757087f5e6eb01dfea16cc09205b2425cfb74
 License: BSD
 License File: LICENSE.txt
 
index bd98b1104db432f93f18ba15f105d476e1a38e53..355d4e22b3c65ded4c5748e2134373ed72d1b1ec 100644 (file)
@@ -10,6 +10,7 @@
 
 #ifdef __ANDROID__
 #include <fcntl.h>
+#include <unistd.h>
 #endif
 
 #include <cassert>