mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-22 17:51:16 +00:00
Mark ffmpeg as not required
As it was supposed to be.
This commit is contained in:
parent
0682b17433
commit
e88cd3628a
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ if not meson.is_subproject() and cc.get_id() == 'msvc'
|
|||
endif
|
||||
|
||||
libav_opt = get_option('libav')
|
||||
libav_deps = [dependency('libavfilter', version: '>= 7.16.100', fallback: ['FFmpeg', 'libavfilter_dep'])]
|
||||
libav_deps = [dependency('libavfilter', version: '>= 7.16.100', fallback: ['FFmpeg', 'libavfilter_dep'], required: false)]
|
||||
if libav_deps[0].found() and libav_deps[0].type_name() != 'internal'
|
||||
cc = meson.get_compiler('c')
|
||||
check_ffmpeg_src = '''#include <libavcodec/avcodec.h>
|
||||
|
|
Loading…
Reference in a new issue