mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-22 17:51:16 +00:00
gst-libav: fix build on systems without C++ compiler
Fix the following build failure on systems without C++ compiler: The following exception(s) were encountered: Running "/nvmedata/autobuild/instance-9/output-1/host/bin/or1k-buildroot-linux-musl-g++ --version" gave "[Errno 2] No such file or directory: '/nvmedata/autobuild/instance-9/output-1/host/bin/or1k-buildroot-linux-musl-g++'" Fixes: - http://autobuild.buildroot.org/results/8ac0ba5eaaf7571857b4d8cfabf1488d640dc59a Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/2112>
This commit is contained in:
parent
bfe43121f1
commit
1477eb1fad
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
project('gst-libav', 'c', 'cpp',
|
||||
project('gst-libav', 'c',
|
||||
version : '1.21.0.1',
|
||||
meson_version : '>= 0.60',
|
||||
default_options : [ 'warning_level=1',
|
||||
|
|
Loading…
Reference in a new issue