aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.chromium2
-rw-r--r--docs/getting_started.md2
-rw-r--r--include/libyuv/version.h2
3 files changed, 4 insertions, 2 deletions
diff --git a/README.chromium b/README.chromium
index 44549f85..df3999f7 100644
--- a/README.chromium
+++ b/README.chromium
@@ -1,6 +1,6 @@
Name: libyuv
URL: http://code.google.com/p/libyuv/
-Version: 1608
+Version: 1609
License: BSD
License File: LICENSE
diff --git a/docs/getting_started.md b/docs/getting_started.md
index 18a7d429..939f08f0 100644
--- a/docs/getting_started.md
+++ b/docs/getting_started.md
@@ -55,6 +55,7 @@ Then run:
gclient sync
Caveat: Theres an error with Google Play services updates. If you get the error "Your version of the Google Play services library is not up to date", run the following:
+
cd chromium/src
./build/android/play_services/update.py download
cd ../..
@@ -64,6 +65,7 @@ For Windows the gclient sync must be done from an Administrator command prompt.
The sync will generate native build files for your environment using gyp (Windows: Visual Studio, OSX: XCode, Linux: make). This generation can also be forced manually: `gclient runhooks`
To get just the source (not buildable):
+
git clone https://chromium.googlesource.com/libyuv/libyuv
diff --git a/include/libyuv/version.h b/include/libyuv/version.h
index 2e3957da..dc304c08 100644
--- a/include/libyuv/version.h
+++ b/include/libyuv/version.h
@@ -11,6 +11,6 @@
#ifndef INCLUDE_LIBYUV_VERSION_H_ // NOLINT
#define INCLUDE_LIBYUV_VERSION_H_
-#define LIBYUV_VERSION 1608
+#define LIBYUV_VERSION 1609
#endif // INCLUDE_LIBYUV_VERSION_H_ NOLINT