aedi: update vpx to 1.15.0

This commit is contained in:
alexey.lysiuk 2024-11-07 12:20:48 +02:00
parent d95774644e
commit cb98e5f240

View file

@ -446,8 +446,8 @@ class VpxTarget(base.ConfigureMakeDependencyTarget):
def prepare_source(self, state: BuildState): def prepare_source(self, state: BuildState):
state.download_source( state.download_source(
'https://github.com/webmproject/libvpx/archive/refs/tags/v1.14.1.tar.gz', 'https://github.com/webmproject/libvpx/archive/refs/tags/v1.15.0.tar.gz',
'901747254d80a7937c933d03bd7c5d41e8e6c883e0665fadcb172542167c7977') 'e935eded7d81631a538bfae703fd1e293aad1c7fd3407ba00440c95105d2011e')
def detect(self, state: BuildState) -> bool: def detect(self, state: BuildState) -> bool:
return state.has_source_file('vpxstats.h') return state.has_source_file('vpxstats.h')