GNOME Bugzilla – Bug 781156
meson: error in file sys/decklink/meson.build on macOS
Last modified: 2017-04-11 08:50:12 UTC
meson encountered an error in file subprojects/gst-plugins-bad/sys/decklink/meson.build, line 33, column 2: Invalid use of addition: must be str, not list
Does this also happen on Linux for you, or only macOS? Seems to work just fine here on Linux
This should hopefully fix the error. If it compiles + works after that I don't know of course :) commit 0ded4c13560e873c8c39ee0ba2762dfe1c61659d Author: Tim-Philipp Müller <tim@centricular.com> Date: Tue Apr 11 09:42:49 2017 +0100 meson: decklink: fix meson configure error on macOS "meson encountered an error in file sys/decklink/meson.build, line 33, column 2: Invalid use of addition: must be str, not list" Also remove nonsensical linker flags on windows. https://bugzilla.gnome.org/show_bug.cgi?id=781156