meson: Fix typo

Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/5526>
This commit is contained in:
Jordan Petridis 2023-10-22 08:06:29 +03:00
parent 66c5b13dd8
commit 656bea80ea

View file

@ -50,7 +50,7 @@ endforeach
if dep.type_name() != 'internal'
if not cc.compiles(check_ffmpeg_src, dependencies : libav_deps, name : 'libav is provided by FFmpeg')
error('Uncompatible libavcodec found')
error('Incompatible libavcodec found')
endif
endif