codecs: vp9: Also consider render_width/height
[platform/upstream/gstreamer.git] / subprojects / win-flex-bison-binaries / meson.build
1 project('win-flex-bison-binary', version : '2.5.18')
2
3 py3 = import('python3').find_python()
4
5 message('Downloading and extracting win-flex-bison binaries...')
6
7 zip_hash = '095cf65cb3f12ee5888022f93109acbe6264e5f18f6ffce0bda77feb31b65bd8'
8
9 ret = run_command(py3, files('download-binary.py'), meson.project_version(), zip_hash)
10 if ret.returncode() != 0
11   message(ret.stdout())
12   error(ret.stderr())
13 endif
14
15 meson.override_find_program('flex', find_program('win_flex'))
16 meson.override_find_program('bison', find_program('win_bison'))