summaryrefslogtreecommitdiffstats
path: root/rules/gst-plugins-good1.make
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2019-01-12 12:39:10 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2019-01-12 17:39:36 +0100
commit6a98c737e3a6a54d1ebea530efdeae3d77324582 (patch)
tree7b0beb3b37251079b850aa02f26ecee056263de2 /rules/gst-plugins-good1.make
parenta5bf4065d862a412811a192ee5c6c882aea027b4 (diff)
downloadptxdist-6a98c737e3a6a54d1ebea530efdeae3d77324582.tar.gz
ptxdist-6a98c737e3a6a54d1ebea530efdeae3d77324582.tar.xz
gst-plugins-good1: fix build with icecc 1.2
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/gst-plugins-good1.make')
-rw-r--r--rules/gst-plugins-good1.make5
1 files changed, 5 insertions, 0 deletions
diff --git a/rules/gst-plugins-good1.make b/rules/gst-plugins-good1.make
index af4fad4c9..e63d858d4 100644
--- a/rules/gst-plugins-good1.make
+++ b/rules/gst-plugins-good1.make
@@ -161,6 +161,11 @@ ifneq ($(call remove_quotes,$(GST_PLUGINS_GOOD1_ENABLEC-)),)
GST_PLUGINS_GOOD1_CONF_OPT += --disable-$(subst $(space),$(space)--disable-,$(strip $(GST_PLUGINS_GOOD1_ENABLEC-)))
endif
+ifdef PTXCONF_GST_PLUGINS_GOOD1_QT
+GST_PLUGINS_GOOD1_COMPILE_ENV := \
+ ICECC_REMOTE_CPP=0
+endif
+
# ----------------------------------------------------------------------------
# Target-Install
# ----------------------------------------------------------------------------