aboutsummaryrefslogtreecommitdiff
path: root/docs/getting_started.md
diff options
context:
space:
mode:
authorFrank Barchard <fbarchard@google.com>2022-03-01 04:30:20 -0800
committerlibyuv LUCI CQ <libyuv-scoped@luci-project-accounts.iam.gserviceaccount.com>2022-03-01 19:33:49 +0000
commit42d76a342f9f0775d5f5fd47f7ef1a9ba6444074 (patch)
tree8c7593515bc084b67e2d116381542a2f4d99352e /docs/getting_started.md
parent2dd3ea6f39d5b0a4efca97657e716a42dba1835d (diff)
downloadlibyuv-42d76a342f9f0775d5f5fd47f7ef1a9ba6444074.tar.gz
RAWToJNV21 function with 2 step conversion
RAWToJ420 + J420ToNV21 on row level Pixel 6 RAWToJNV21_Opt (320 ms) Skylake Xeon RAWToJNV21_Opt (302 ms) Bug: b/220171611 Change-Id: I39dcce9cf56c576b95666bb4fb1baccf9fbc7f7a Reviewed-on: https://chromium-review.googlesource.com/c/libyuv/libyuv/+/3495876 Reviewed-by: richard winterton <rrwinterton@gmail.com> Commit-Queue: Frank Barchard <fbarchard@chromium.org>
Diffstat (limited to 'docs/getting_started.md')
-rw-r--r--docs/getting_started.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/getting_started.md b/docs/getting_started.md
index ffe0369e..15b19ab2 100644
--- a/docs/getting_started.md
+++ b/docs/getting_started.md
@@ -27,12 +27,12 @@ Then you'll get a .gclient file like:
},
];
-For iOS add `target_os=['ios'];` to your OSX .gclient and run `gclient sync.`
+For iOS add `;target_os=['ios'];` to your OSX .gclient and run `gclient sync.`
-Browse the Git reprository: https://chromium.googlesource.com/libyuv/libyuv/+/main
+Browse the Git reprository: https://chromium.googlesource.com/libyuv/libyuv/+/master
### Android
-For Android add `target_os=['android'];` to your Linux .gclient
+For Android add `;target_os=['android'];` to your Linux .gclient
solutions = [
{ "name" : "src",
@@ -43,7 +43,7 @@ For Android add `target_os=['android'];` to your Linux .gclient
},
"safesync_url": "",
},
- ]
+ ];
target_os = ["android", "linux"];
Then run: