mirror of
https://github.com/ZDoom/zdoom-macos-deps.git
synced 2024-11-25 05:11:49 +00:00
aedi: update vpx to 1.13.0
This commit is contained in:
parent
898ee1adb8
commit
d6c70c75c3
1 changed files with 2 additions and 2 deletions
|
@ -533,8 +533,8 @@ class VpxTarget(ConfigureMakeDependencyTarget):
|
|||
|
||||
def prepare_source(self, state: BuildState):
|
||||
state.download_source(
|
||||
'https://github.com/webmproject/libvpx/archive/refs/tags/v1.12.0.tar.gz',
|
||||
'f1acc15d0fd0cb431f4bf6eac32d5e932e40ea1186fe78e074254d6d003957bb')
|
||||
'https://github.com/webmproject/libvpx/archive/refs/tags/v1.13.0.tar.gz',
|
||||
'cb2a393c9c1fae7aba76b950bb0ad393ba105409fe1a147ccd61b0aaa1501066')
|
||||
|
||||
def detect(self, state: BuildState) -> bool:
|
||||
return state.has_source_file('vpxstats.h')
|
||||
|
|
Loading…
Reference in a new issue