Check for libavutil/hwcontext_drm.h

This is an optional feature of libavutil, so this will cause a build
failure if it's not present (e.g. on Debian/Ubuntu).
This commit is contained in:
Scott Anderson 2018-06-26 17:22:15 +12:00
parent 4852010f29
commit 86942d8a6a
2 changed files with 5 additions and 1 deletions

View file

@ -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',