summaryrefslogtreecommitdiffstats
path: root/rules/gst-plugins-base.make
diff options
context:
space:
mode:
authorLuotao Fu <l.fu@pengutronix.de>2009-02-20 14:04:47 +0000
committerLuotao Fu <l.fu@pengutronix.de>2009-02-20 14:04:47 +0000
commit1fd50ec7a44dec9c6174c3a96a469ca19e908b85 (patch)
treefc8e7ea6dfea1eef0042e67d4cf9c0294c0a2911 /rules/gst-plugins-base.make
parentfac6d57db4b2ea14dcc843ab24359dfcdc33a949 (diff)
downloadptxdist-1fd50ec7a44dec9c6174c3a96a469ca19e908b85.tar.gz
ptxdist-1fd50ec7a44dec9c6174c3a96a469ca19e908b85.tar.xz
* GStreamer plugins version bump
* port rgb666 support back from Phytec BSP * remove obsolete patchstacks and already mainlined patches git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@9799 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/gst-plugins-base.make')
-rw-r--r--rules/gst-plugins-base.make8
1 files changed, 4 insertions, 4 deletions
diff --git a/rules/gst-plugins-base.make b/rules/gst-plugins-base.make
index ac4ffc7e5..983b5a972 100644
--- a/rules/gst-plugins-base.make
+++ b/rules/gst-plugins-base.make
@@ -17,7 +17,7 @@ PACKAGES-$(PTXCONF_GST_PLUGINS_BASE) += gst-plugins-base
#
# Paths and names
#
-GST_PLUGINS_BASE_VERSION := 0.10.20
+GST_PLUGINS_BASE_VERSION := 0.10.22
GST_PLUGINS_BASE := gst-plugins-base-$(GST_PLUGINS_BASE_VERSION)
GST_PLUGINS_BASE_SUFFIX := tar.bz2
GST_PLUGINS_BASE_URL := http://gstreamer.freedesktop.org/src/gst-plugins-base/$(GST_PLUGINS_BASE).$(GST_PLUGINS_BASE_SUFFIX)
@@ -246,10 +246,10 @@ $(STATEDIR)/gst-plugins-base.targetinstall:
libgstvideo-0.10.so.0 \
; do \
$(call install_copy, gst-plugins-base, 0, 0, 0644, \
- $(PKGDIR)/$(GST_PLUGINS_BASE)/usr/lib/$$i.14.0, \
- /usr/lib/$$i.14.0); \
+ $(PKGDIR)/$(GST_PLUGINS_BASE)/usr/lib/$$i.16.0, \
+ /usr/lib/$$i.16.0); \
$(call install_link, gst-plugins-base, \
- $$i.14.0, \
+ $$i.16.0, \
/usr/lib/$$i); \
done