summaryrefslogtreecommitdiffstats
path: root/rules/gst-plugins-good1.make
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2019-02-06 11:06:41 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2019-02-07 14:04:53 +0100
commit9bd2c40818f4a37beae2234260ba396ddc4d55bc (patch)
tree7026856c03e5e8c3bb1bfecfbd13527935a1ef43 /rules/gst-plugins-good1.make
parentb4e5edcec38b2cfe0c170bb095674d7bec782873 (diff)
downloadptxdist-9bd2c40818f4a37beae2234260ba396ddc4d55bc.tar.gz
ptxdist-9bd2c40818f4a37beae2234260ba396ddc4d55bc.tar.xz
rules: use _MAKE_ENV instead of deprecated _COMPILE_ENV
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/gst-plugins-good1.make')
-rw-r--r--rules/gst-plugins-good1.make2
1 files changed, 1 insertions, 1 deletions
diff --git a/rules/gst-plugins-good1.make b/rules/gst-plugins-good1.make
index e63d858d4..008bc9a92 100644
--- a/rules/gst-plugins-good1.make
+++ b/rules/gst-plugins-good1.make
@@ -162,7 +162,7 @@ GST_PLUGINS_GOOD1_CONF_OPT += --disable-$(subst $(space),$(space)--disable-,$(s
endif
ifdef PTXCONF_GST_PLUGINS_GOOD1_QT
-GST_PLUGINS_GOOD1_COMPILE_ENV := \
+GST_PLUGINS_GOOD1_MAKE_ENV := \
ICECC_REMOTE_CPP=0
endif