mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-25 19:21:06 +00:00
meson: Update flex, bison, and nasm
Latest flex is 2.6.4, bison is 3.8.2, nasm is 2.15.04 Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/3209>
This commit is contained in:
parent
07d8e53aac
commit
90b742651d
2 changed files with 5 additions and 5 deletions
|
@ -1,10 +1,10 @@
|
|||
project('win-flex-bison-binary', version : '2.5.18')
|
||||
project('win-flex-bison-binary', version : '2.5.25')
|
||||
|
||||
py3 = import('python3').find_python()
|
||||
|
||||
message('Downloading and extracting win-flex-bison binaries...')
|
||||
|
||||
zip_hash = '095cf65cb3f12ee5888022f93109acbe6264e5f18f6ffce0bda77feb31b65bd8'
|
||||
zip_hash = '8d324b62be33604b2c45ad1dd34ab93d722534448f55a16ca7292de32b6ac135'
|
||||
|
||||
ret = run_command(py3, files('download-binary.py'), meson.project_version(), zip_hash)
|
||||
if ret.returncode() != 0
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
project('win-nasm', version : '2.14.02')
|
||||
project('win-nasm', version : '2.15.04')
|
||||
|
||||
py3 = import('python3').find_python()
|
||||
|
||||
|
@ -10,9 +10,9 @@ message('Downloading and extracting nasm binaries for Windows...')
|
|||
|
||||
arch = host_machine.cpu_family()
|
||||
if arch == 'x86_64'
|
||||
zip_hash = '18918ac906e29417b936466e7a2517068206c8db8c04b9762a5befa18bfea5f0'
|
||||
zip_hash = '94204ab5d60324669f71387c2d536cacb37341d27f236358c2ba84bf16c23f6e'
|
||||
else
|
||||
zip_hash = '250f9b5eeb2111e8c7b494a977490985b8604fe7518a6f5041cde37cc727a067'
|
||||
zip_hash = '2b8a00d9fa348e7b68bac0497e25be44db83c64d6681478fdcbfa03fca36ad76'
|
||||
endif
|
||||
|
||||
ret = run_command(py3, files('download-binary.py'), meson.project_version(), arch, zip_hash)
|
||||
|
|
Loading…
Reference in a new issue