summaryrefslogtreecommitdiffstats
path: root/rules/gstreamer1.make
diff options
context:
space:
mode:
authorMichael Tretter <m.tretter@pengutronix.de>2018-03-21 14:06:38 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2018-03-21 15:21:36 +0100
commit532796ad2899ba2bcf58e216931c2c4f7a940b6d (patch)
tree806de3db03428a8f1efd5996ebfcb486bafc5941 /rules/gstreamer1.make
parent80414b4e79d0bb774728e9e96012fe73426e848e (diff)
downloadptxdist-532796ad2899ba2bcf58e216931c2c4f7a940b6d.tar.gz
ptxdist-532796ad2899ba2bcf58e216931c2c4f7a940b6d.tar.xz
gstreamer1: version bump 1.12.4 -> 1.14.0
Signed-off-by: Michael Tretter <m.tretter@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/gstreamer1.make')
-rw-r--r--rules/gstreamer1.make7
1 files changed, 3 insertions, 4 deletions
diff --git a/rules/gstreamer1.make b/rules/gstreamer1.make
index bbf55192c..358956fb3 100644
--- a/rules/gstreamer1.make
+++ b/rules/gstreamer1.make
@@ -17,8 +17,8 @@ PACKAGES-$(PTXCONF_GSTREAMER1) += gstreamer1
#
# Paths and names
#
-GSTREAMER1_VERSION := 1.12.4
-GSTREAMER1_MD5 := 9d268f2e891cce1ac0832f1cc467d4ea
+GSTREAMER1_VERSION := 1.14.0
+GSTREAMER1_MD5 := 63c7cbfb86aa28c4522e374dc5555b96
GSTREAMER1 := gstreamer-$(GSTREAMER1_VERSION)
GSTREAMER1_SUFFIX := tar.xz
GSTREAMER1_URL := http://gstreamer.freedesktop.org/src/gstreamer/$(GSTREAMER1).$(GSTREAMER1_SUFFIX)
@@ -48,6 +48,7 @@ GSTREAMER1_BASIC_CONF_OPT = \
GSTREAMER1_GENERIC_CONF_OPT = \
$(GSTREAMER1_BASIC_CONF_OPT) \
+ $(GLOBAL_LARGE_FILE_OPTION) \
\
--disable-nls \
--disable-rpath \
@@ -58,7 +59,6 @@ GSTREAMER1_GENERIC_CONF_OPT = \
--disable-examples \
\
--enable-Bsymbolic \
- --disable-static-plugins \
\
--without-libiconv-prefix \
--without-libintl-prefix \
@@ -80,7 +80,6 @@ GSTREAMER1_CONF_OPT := \
--disable-benchmarks \
--$(call ptx/endis,PTXCONF_GSTREAMER1_INSTALL_TOOLS)-tools \
--disable-poisoning \
- $(GLOBAL_LARGE_FILE_OPTION) \
--$(call ptx/endis, PTXCONF_GSTREAMER1_INTROSPECTION)-introspection \
\
--disable-check \