summaryrefslogtreecommitdiff
path: root/meta/recipes-multimedia/gstreamer/gst-plugins-base-0.10.32
diff options
context:
space:
mode:
authorDongxiao Xu <dongxiao.xu@intel.com>2011-04-12 16:39:18 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-04-18 05:42:38 +0100
commit8d90c075ec1e09a380fd97a43ab4be96fa03826c (patch)
tree80493a55366061d53b05c20e9470e5d019e4d142 /meta/recipes-multimedia/gstreamer/gst-plugins-base-0.10.32
parent9d48b74220d899a0aebc7e05abdf19882ebf1579 (diff)
downloadopenembedded-core-8d90c075ec1e09a380fd97a43ab4be96fa03826c.tar.gz
openembedded-core-8d90c075ec1e09a380fd97a43ab4be96fa03826c.tar.bz2
openembedded-core-8d90c075ec1e09a380fd97a43ab4be96fa03826c.tar.xz
openembedded-core-8d90c075ec1e09a380fd97a43ab4be96fa03826c.zip
gst-plugins-base: upgrade to version 0.10.32
Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
Diffstat (limited to 'meta/recipes-multimedia/gstreamer/gst-plugins-base-0.10.32')
-rw-r--r--meta/recipes-multimedia/gstreamer/gst-plugins-base-0.10.32/gst-plugins-base-tremor.patch19
1 files changed, 19 insertions, 0 deletions
diff --git a/meta/recipes-multimedia/gstreamer/gst-plugins-base-0.10.32/gst-plugins-base-tremor.patch b/meta/recipes-multimedia/gstreamer/gst-plugins-base-0.10.32/gst-plugins-base-tremor.patch
new file mode 100644
index 000000000..224bf1a41
--- /dev/null
+++ b/meta/recipes-multimedia/gstreamer/gst-plugins-base-0.10.32/gst-plugins-base-tremor.patch
@@ -0,0 +1,19 @@
+Remove -DTREMOR option since Tremor has dropped its internal
+libogg2, and gst-plugins-base has dependency on that.
+
+Upstream-Status: Inappropriate [configuration]
+
+Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
+
+diff -ruN gst-plugins-base-0.10.30-orig/ext/vorbis/Makefile.am gst-plugins-base-0.10.30/ext/vorbis/Makefile.am
+--- gst-plugins-base-0.10.30-orig/ext/vorbis/Makefile.am 2010-11-17 16:11:03.000000000 +0800
++++ gst-plugins-base-0.10.30/ext/vorbis/Makefile.am 2010-11-17 16:12:41.000000000 +0800
+@@ -28,7 +28,7 @@
+ libgstivorbisdec_la_SOURCES = gstivorbisdec.c \
+ gstvorbisdec.c gstvorbisdeclib.c gstvorbiscommon.c
+ libgstivorbisdec_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_CFLAGS) \
+- -DTREMOR $(IVORBIS_CFLAGS)
++ $(IVORBIS_CFLAGS)
+ libgstivorbisdec_la_LIBADD = \
+ $(top_builddir)/gst-libs/gst/tag/libgsttag-@GST_MAJORMINOR@.la \
+ $(top_builddir)/gst-libs/gst/audio/libgstaudio-@GST_MAJORMINOR@.la \