Update instructions for fetching libyuv

`fetch libyuv` is supported since crrev.com/c/7036474.

No-Try: True
Change-Id: I526f873c80124977a5a7a192f41110f8f6c37e47
This commit is contained in:
Victor Hugo Vianna Silva 2025-10-14 03:08:19 +01:00 committed by Victor Vianna
parent f5c7d8a44d
commit 3f41fdb083
2 changed files with 2 additions and 32 deletions

View File

@ -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.`

View File

@ -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.`