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:
Fabrice Fontaine 2022-04-04 23:32:56 +02:00 committed by GStreamer Marge Bot
parent bfe43121f1
commit 1477eb1fad

View file

@ -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',