mirror of
https://github.com/ZDoom/zdoom-macos-deps.git
synced 2024-11-22 03:51:33 +00:00
aedi: update jpeg-turbo to 2.1.0
This commit is contained in:
parent
e057a6a44c
commit
40e21d5ba6
1 changed files with 2 additions and 2 deletions
|
@ -334,8 +334,8 @@ class JpegTurboTarget(CMakeStaticDependencyTarget):
|
||||||
|
|
||||||
def prepare_source(self, state: BuildState):
|
def prepare_source(self, state: BuildState):
|
||||||
state.download_source(
|
state.download_source(
|
||||||
'https://downloads.sourceforge.net/project/libjpeg-turbo/2.0.6/libjpeg-turbo-2.0.6.tar.gz',
|
'https://downloads.sourceforge.net/project/libjpeg-turbo/2.1.0/libjpeg-turbo-2.1.0.tar.gz',
|
||||||
'd74b92ac33b0e3657123ddcf6728788c90dc84dcb6a52013d758af3c4af481bb')
|
'bef89803e506f27715c5627b1e3219c95b80fc31465d4452de2a909d382e4444')
|
||||||
|
|
||||||
def detect(self, state: BuildState) -> bool:
|
def detect(self, state: BuildState) -> bool:
|
||||||
return os.path.exists(state.source + 'turbojpeg.h')
|
return os.path.exists(state.source + 'turbojpeg.h')
|
||||||
|
|
Loading…
Reference in a new issue