gst-libav: fix build on systems without C++ compiler
authorFabrice Fontaine <fontaine.fabrice@gmail.com>
Mon, 4 Apr 2022 21:32:56 +0000 (23:32 +0200)
committerGStreamer Marge Bot <gitlab-merge-bot@gstreamer-foundation.org>
Tue, 5 Apr 2022 16:47:34 +0000 (16:47 +0000)
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>

subprojects/gst-libav/meson.build

index fbfa304..7da94b8 100644 (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',