Open GoogleCodeExporter opened 9 years ago
The depot moved to git recently. Perhaps you havent synced since the move?
https://code.google.com/p/libyuv/wiki/GettingStarted
shows the new location under Getting the Code
c:\src>mkdir libyuv4
c:\src>cd libyuv4
c:\src\libyuv4>gclient config https://chromium.googlesource.com/libyuv/libyuv
c:\src\libyuv4>more .gclient
solutions = [
{ "name" : "libyuv",
"url" : "https://chromium.googlesource.com/libyuv/libyuv",
"deps_file" : "DEPS",
"managed" : True,
"custom_deps" : {
},
"safesync_url": "",
},
]
cache_dir = None
c:\src\libyuv4>gclient sync
Syncing projects: 100% (1/1), done.
The slow part if pulling in chromium. To avoid that glcient sync --nohooks
But you'll need the chromium bits for building.
You'll also need fairly new depot_tools. Follow chromium instructions for
getting those.
Original comment by fbarch...@chromium.org
on 9 Oct 2015 at 6:15
Original issue reported on code.google.com by
fp...@dolby.com
on 9 Oct 2015 at 7:55