mirror of
https://chromium.googlesource.com/libyuv/libyuv
synced 2025-12-06 08:46:47 +08:00
Update instructions for fetching libyuv
`fetch libyuv` is supported since crrev.com/c/7036474. No-Try: True Change-Id: I526f873c80124977a5a7a192f41110f8f6c37e47 Reviewed-on: https://chromium-review.googlesource.com/c/libyuv/libyuv/+/7036475 Reviewed-by: Christoffer Dewerin <jansson@chromium.org> Commit-Queue: Victor Vianna <victorvianna@google.com> Reviewed-by: Mirko Bonadei <mbonadei@chromium.org>
This commit is contained in:
parent
110e00ea96
commit
cd42708dac
@ -11,23 +11,7 @@ Refer to chromium instructions for each platform for other prerequisites.
|
|||||||
|
|
||||||
Create a working directory, enter it, and run:
|
Create a working directory, enter it, and run:
|
||||||
|
|
||||||
gclient config https://chromium.googlesource.com/libyuv/libyuv
|
fetch libyuv
|
||||||
gclient sync
|
|
||||||
|
|
||||||
|
|
||||||
Then you'll get a .gclient file like:
|
|
||||||
|
|
||||||
solutions = [
|
|
||||||
{ "name" : "libyuv",
|
|
||||||
"url" : "https://chromium.googlesource.com/libyuv/libyuv",
|
|
||||||
"deps_file" : "DEPS",
|
|
||||||
"managed" : True,
|
|
||||||
"custom_deps" : {
|
|
||||||
},
|
|
||||||
"safesync_url": "",
|
|
||||||
},
|
|
||||||
];
|
|
||||||
|
|
||||||
|
|
||||||
For iOS add `;target_os=['ios'];` to your OSX .gclient and run `GYP_DEFINES="OS=ios" gclient sync.`
|
For iOS add `;target_os=['ios'];` to your OSX .gclient and run `GYP_DEFINES="OS=ios" gclient sync.`
|
||||||
|
|
||||||
|
|||||||
@ -11,21 +11,7 @@ Refer to chromium instructions for each platform for other prerequisites.
|
|||||||
|
|
||||||
Create a working directory, enter it, and run:
|
Create a working directory, enter it, and run:
|
||||||
|
|
||||||
gclient config --name src https://chromium.googlesource.com/libyuv/libyuv
|
fetch libyuv
|
||||||
gclient sync
|
|
||||||
|
|
||||||
Then you'll get a .gclient file like:
|
|
||||||
|
|
||||||
solutions = [
|
|
||||||
{ "name" : "src",
|
|
||||||
"url" : "https://chromium.googlesource.com/libyuv/libyuv",
|
|
||||||
"deps_file" : "DEPS",
|
|
||||||
"managed" : True,
|
|
||||||
"custom_deps" : {
|
|
||||||
},
|
|
||||||
"safesync_url": "",
|
|
||||||
},
|
|
||||||
];
|
|
||||||
|
|
||||||
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.`
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user