mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 06:54:49 +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 dep.type_name() != 'internal'
|
||||||
if not cc.compiles(check_ffmpeg_src, dependencies : libav_deps, name : 'libav is provided by FFmpeg')
|
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
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue