aedi: update vpx to 1.14.0

This commit is contained in:
alexey.lysiuk 2024-01-23 10:54:14 +02:00
parent 4c7a505a6a
commit ddd635722d

View file

@ -437,8 +437,8 @@ class VpxTarget(base.ConfigureMakeDependencyTarget):
def prepare_source(self, state: BuildState):
state.download_source(
'https://github.com/webmproject/libvpx/archive/refs/tags/v1.13.1.tar.gz',
'00dae80465567272abd077f59355f95ac91d7809a2d3006f9ace2637dd429d14')
'https://github.com/webmproject/libvpx/archive/refs/tags/v1.14.0.tar.gz',
'5f21d2db27071c8a46f1725928a10227ae45c5cd1cad3727e4aafbe476e321fa')
def detect(self, state: BuildState) -> bool:
return state.has_source_file('vpxstats.h')