Doesn't build with Meson 0.48.1
The Meson build system
Version: 0.48.1
Source dir: /home/phil/WebKit/WebKitBuild/DependenciesGTK/Source/ffmpeg
Build dir: /home/phil/WebKit/WebKitBuild/DependenciesGTK/Build/ffmpeg
Build type: native build
meson.build:1564: WARNING: Identifier 'in' will become a reserved keyword in a future release. Please rename it.
meson.build:1564:57: ERROR: Expecting rparen got id.
if check_type == 'lib' and not ('always-check' in opts)
Question is: change that to opts.contains('always-check')
or bump meson version requirement to 0.49 ;)