diff options
author | emersion <contact@emersion.fr> | 2018-06-26 10:13:48 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-06-26 10:13:48 +0100 |
commit | 159835de249acf9a87b2e75b97db6c5fab0a600b (patch) | |
tree | b5b26fa1df37f63e60b972cf7a71bb321ff32483 /meson.build | |
parent | 4852010f296bf7fc3f291d3cec6f109308ae42fa (diff) | |
parent | 0e19b024c6c2273665bd751ce2ac15b806684641 (diff) |
Merge pull request #1089 from ascent12/hwcontext_drm
Check for libavutil/hwcontext_drm.h
Diffstat (limited to 'meson.build')
-rw-r--r-- | meson.build | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build index b78eea01..b65cd51a 100644 --- a/meson.build +++ b/meson.build @@ -3,7 +3,7 @@ project( 'c', version: '0.0.1', license: 'MIT', - meson_version: '>=0.43.0', + meson_version: '>=0.44.0', default_options: [ 'c_std=c11', 'warning_level=2', |