mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 07:47:17 +00:00
meson: Fix typo
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/5526>
This commit is contained in:
parent
66c5b13dd8
commit
656bea80ea
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue