mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1157962 - Update libvpx upstream repo reference. r=kinetik DONTBUILD
Google have changed the canonical repository url.
This commit is contained in:
parent
bbca32022a
commit
fa99055619
@ -328,7 +328,7 @@ platform_files = [
|
||||
]
|
||||
|
||||
def prepare_upstream(prefix, commit=None):
|
||||
upstream_url = 'https://gerrit.chromium.org/gerrit/webm/libvpx'
|
||||
upstream_url = 'https://chromium.googlesource.com/webm/libvpx'
|
||||
if os.path.exists(prefix):
|
||||
print "Using existing repo in '%s'" % prefix
|
||||
os.chdir(prefix)
|
||||
|
Loading…
Reference in New Issue
Block a user