summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBernd Kuhls <bernd.kuhls@t-online.de>2018-08-12 22:29:26 +0200
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>2018-08-16 13:36:16 +0200
commit74255f8339cbe3106ede9eb145ca18d698c6cfc5 (patch)
tree173a4521815e66a7e0fe3093742875aeafb96e74
parent7dd64181d0060c7b3d8918a2a72b28e4225134bd (diff)
downloadbuildroot-74255f8339cbe3106ede9eb145ca18d698c6cfc5.tar.gz
buildroot-74255f8339cbe3106ede9eb145ca18d698c6cfc5.zip
package/vlc: add optional dependency to gst1-plugins-base
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
-rw-r--r--package/vlc/vlc.mk8
1 files changed, 7 insertions, 1 deletions
diff --git a/package/vlc/vlc.mk b/package/vlc/vlc.mk
index 91e96516ac..6643d6fd8d 100644
--- a/package/vlc/vlc.mk
+++ b/package/vlc/vlc.mk
@@ -59,7 +59,6 @@ VLC_CONF_OPTS += \
--disable-fluidsynth \
--disable-gme \
--disable-goom \
- --disable-gst-decode \
--disable-harfbuzz \
--disable-jack \
--disable-jpeg \
@@ -181,6 +180,13 @@ else
VLC_CONF_OPTS += --disable-freerdp
endif
+ifeq ($(BR2_PACKAGE_GST1_PLUGINS_BASE),y)
+VLC_CONF_OPTS += --enable-gst-decode
+VLC_DEPENDENCIES += gst1-plugins-base
+else
+VLC_CONF_OPTS += --disable-gst-decode
+endif
+
ifeq ($(BR2_PACKAGE_HAS_LIBGL),y)
VLC_DEPENDENCIES += libgl
endif
OpenPOWER on IntegriCloud