summaryrefslogtreecommitdiffstats
path: root/rules/gst-plugins-ugly.make
diff options
context:
space:
mode:
authorRobert Schwebel <r.schwebel@pengutronix.de>2010-05-31 20:35:17 +0200
committerRobert Schwebel <r.schwebel@pengutronix.de>2010-06-08 18:52:18 +0200
commitec914fcf0785c9a1f6126f0f5594814d2c24adfd (patch)
treef32e43415a4a8fc687d53e78a6a7681b1c1f9c6d /rules/gst-plugins-ugly.make
parent3b03f32571bf6a654786e1c16fe246fbdd165170 (diff)
downloadptxdist-ec914fcf0785c9a1f6126f0f5594814d2c24adfd.tar.gz
ptxdist-ec914fcf0785c9a1f6126f0f5594814d2c24adfd.tar.xz
[gst-plugins-ugly] version bump 0.10.13 -> 0.10.15
Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de>
Diffstat (limited to 'rules/gst-plugins-ugly.make')
-rw-r--r--rules/gst-plugins-ugly.make12
1 files changed, 8 insertions, 4 deletions
diff --git a/rules/gst-plugins-ugly.make b/rules/gst-plugins-ugly.make
index a8daaa6e3..3cfacf416 100644
--- a/rules/gst-plugins-ugly.make
+++ b/rules/gst-plugins-ugly.make
@@ -16,7 +16,7 @@ PACKAGES-$(PTXCONF_GST_PLUGINS_UGLY) += gst-plugins-ugly
#
# Paths and names
#
-GST_PLUGINS_UGLY_VERSION := 0.10.13
+GST_PLUGINS_UGLY_VERSION := 0.10.15
GST_PLUGINS_UGLY := gst-plugins-ugly-$(GST_PLUGINS_UGLY_VERSION)
GST_PLUGINS_UGLY_SUFFIX := tar.bz2
GST_PLUGINS_UGLY_URL := http://gstreamer.freedesktop.org/src/gst-plugins-ugly/$(GST_PLUGINS_UGLY).$(GST_PLUGINS_UGLY_SUFFIX)
@@ -61,8 +61,10 @@ GST_PLUGINS_UGLY_ENABLE-$(PTXCONF_GST_PLUGINS_UGLY_X264) += x264
GST_PLUGINS_UGLY_CONF_TOOL := autoconf
GST_PLUGINS_UGLY_CONF_OPT := \
$(CROSS_AUTOCONF_USR) \
- --disable-rpath \
+ --enable-option-checking \
+ --enable-silent-rules \
--disable-nls \
+ --disable-rpath \
--disable-debug \
--disable-profiling \
--disable-valgrind \
@@ -71,8 +73,10 @@ GST_PLUGINS_UGLY_CONF_OPT := \
--enable-external \
--enable-experimental \
--disable-gtk-doc \
- --with-package-origin="PTXDist" \
- --enable-shave
+ --with-package-origin="PTXDist"
+
+# --enable-gobject-cast-checks=[no/auto/yes] Enable GObject cast checks
+
#
# the --with-plugins sadly only applies to depencyless plugings
# and when no plugins are sellected it builds them all. So