mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-17 11:08:06 +00:00
libvpx: update to fix ios9 issue, do not need workaround anymore
This commit is contained in:
parent
6a0e74e081
commit
39d5d5bd08
2 changed files with 1 additions and 16 deletions
15
prepare.py
15
prepare.py
|
|
@ -258,21 +258,6 @@ def check_tools():
|
|||
strings_path = find_executable("strings")
|
||||
error("strings binary missing, please run:\n\tsudo ln -s {} {}".format(strings_path, sdk_strings_path))
|
||||
reterr = 1
|
||||
|
||||
# workaround until VPX find a correct patch..
|
||||
if xcode_version < 7:
|
||||
warn("Retrieving XCode6 version of libvpx until https://code.google.com/p/webm/issues/detail?id=1075&colspec=ID%20Pri%20mstone%20ReleaseBlock%20Type%20Component%20Status%20Owner%20Summary is solved...")
|
||||
p = Popen("git checkout c74bf6d889992c3cabe017ec353ca85c323107cd".split(
|
||||
" "), cwd="submodules/externals/libvpx")
|
||||
else:
|
||||
warn("Retrieving XCode7 version of libvpx until https://code.google.com/p/webm/issues/detail?id=1075&colspec=ID%20Pri%20mstone%20ReleaseBlock%20Type%20Component%20Status%20Owner%20Summary is solved...")
|
||||
p = Popen("git checkout 0866e6ae9ed3d5b23f67b6afeee1a7e19e0ae2b6".split(
|
||||
" "), cwd="submodules/externals/libvpx")
|
||||
p.wait()
|
||||
if p.returncode != 0:
|
||||
error("""{} Failed to retrieve correct version of libvpx, ensure you ran:
|
||||
git submodule sync
|
||||
git submodule update --init --recursive""".format(p.returncode))
|
||||
return reterr
|
||||
|
||||
|
||||
|
|
|
|||
2
submodules/externals/libvpx
vendored
2
submodules/externals/libvpx
vendored
|
|
@ -1 +1 @@
|
|||
Subproject commit 0866e6ae9ed3d5b23f67b6afeee1a7e19e0ae2b6
|
||||
Subproject commit be6eee2fcc272d3a98c58454298af10558f44e5f
|
||||
Loading…
Add table
Reference in a new issue