summaryrefslogtreecommitdiffstats
path: root/rules
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2019-10-15 06:38:02 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2019-10-22 07:58:31 +0200
commit97e371f1bffd88353c25b83dda456953b7bb5f32 (patch)
tree5d1f1e206ae18749946f49d8b4a3bb3c0edc567d /rules
parentf4a27c5d606cf0bbcbc48ba5e8f9dac93c806088 (diff)
downloadptxdist-97e371f1bffd88353c25b83dda456953b7bb5f32.tar.gz
ptxdist-97e371f1bffd88353c25b83dda456953b7bb5f32.tar.xz
gst-plugins-good1: remove bogus variable
It's a leftover from the meson conversion. Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules')
-rw-r--r--rules/gst-plugins-good1.make17
1 files changed, 0 insertions, 17 deletions
diff --git a/rules/gst-plugins-good1.make b/rules/gst-plugins-good1.make
index 6606d484d..8abccbb6f 100644
--- a/rules/gst-plugins-good1.make
+++ b/rules/gst-plugins-good1.make
@@ -141,23 +141,6 @@ GST_PLUGINS_GOOD1_CONF_OPT = \
-Dximagesrc-xfixes=$(call ptx/endis,PTXCONF_GST_PLUGINS_GOOD1_XIMAGESRC)d \
-Dximagesrc-xshm=$(call ptx/endis,PTXCONF_GST_PLUGINS_GOOD1_XIMAGESRC)d \
-foo = \
- --enable-external \
- --enable-experimental \
- \
- --enable-orc \
- --disable-directsound \
- --disable-waveform \
- \
- --disable-osx_audio \
- --disable-osx_video \
- --disable-aalibtest \
- --$(call ptx/endis,PTXCONF_GST_PLUGINS_GOOD1_ZLIB)-zlib \
- --$(call ptx/endis,PTXCONF_GST_PLUGINS_GOOD1_BZ2)-bz2 \
- --$(call ptx/wwo,PTXCONF_GST_PLUGINS_GOOD1_V4L2)-gudev \
- --without-jpeg-mmx \
- --$(call ptx/wwo,PTXCONF_GST_PLUGINS_GOOD1_V4L2_LIBV4L2)-libv4l2
-
ifneq ($(call remove_quotes,$(GST_PLUGINS_GOOD1_ENABLEC-y)),)
GST_PLUGINS_GOOD1_CONF_OPT += $(addsuffix =enabled, $(addprefix -D, $(GST_PLUGINS_GOOD1_ENABLEC-y)))
endif