vpx: avoid confusing meson configure output when checking for vpx versions
authorTim-Philipp Müller <tim@centricular.com>
Mon, 19 Aug 2019 10:03:00 +0000 (11:03 +0100)
committerTim-Philipp Müller <tim@centricular.com>
Mon, 19 Aug 2019 10:09:19 +0000 (11:09 +0100)
commite40ba71824aa5dfe2bf669cf07cb80af90dc9d0a
treec30dbcd8faaa762161b8dd394d0b39ce69f6cdc2
parentcbe61c4ff5a35ffa2bb9d370733fdd229b4dc656
vpx: avoid confusing meson configure output when checking for vpx versions

Used to print:
|Run-time dependency vpx found: YES 1.7.0
|Message: libvpx provides VP8 encoder interface (vpx_codec_vp8_cx_algo)
|Message: libvpx provides VP8 decoder interface (vpx_codec_vp8_dx_algo)
|Message: libvpx provides VP9 encoder interface (vpx_codec_vp9_cx_algo)
|Message: libvpx provides VP9 decoder interface (vpx_codec_vp9_dx_algo)
|Dependency vpx found: YES (cached)
|Dependency vpx found: NO found '1.7.0' but need: '>=1.8.0'
|Run-time dependency vpx found: NO (tried pkgconfig and cmake)

We can check the version of the found dep in a way that
doesn't produce this confusing output.
ext/vpx/meson.build