diff options
author | Dongxiao Xu <dongxiao.xu@intel.com> | 2011-04-12 16:39:18 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-04-18 05:49:18 +0100 |
commit | 4983494932f2d91831dde1f3ae4a1671bbfc2874 (patch) | |
tree | e4e096959344d278803438ee4b99a0455504ca12 /meta/recipes-multimedia/gstreamer/gst-plugins-base-0.10.32 | |
parent | 687f34ca5bf5be763893ec6df8c87b8291df867f (diff) | |
download | poky-4983494932f2d91831dde1f3ae4a1671bbfc2874.tar.gz |
gst-plugins-base: upgrade to version 0.10.32
(From OE-Core rev: 8d90c075ec1e09a380fd97a43ab4be96fa03826c)
Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
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.patch | 19 |
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 0000000000..224bf1a41e --- /dev/null +++ b/meta/recipes-multimedia/gstreamer/gst-plugins-base-0.10.32/gst-plugins-base-tremor.patch | |||
@@ -0,0 +1,19 @@ | |||
1 | Remove -DTREMOR option since Tremor has dropped its internal | ||
2 | libogg2, and gst-plugins-base has dependency on that. | ||
3 | |||
4 | Upstream-Status: Inappropriate [configuration] | ||
5 | |||
6 | Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com> | ||
7 | |||
8 | diff -ruN gst-plugins-base-0.10.30-orig/ext/vorbis/Makefile.am gst-plugins-base-0.10.30/ext/vorbis/Makefile.am | ||
9 | --- gst-plugins-base-0.10.30-orig/ext/vorbis/Makefile.am 2010-11-17 16:11:03.000000000 +0800 | ||
10 | +++ gst-plugins-base-0.10.30/ext/vorbis/Makefile.am 2010-11-17 16:12:41.000000000 +0800 | ||
11 | @@ -28,7 +28,7 @@ | ||
12 | libgstivorbisdec_la_SOURCES = gstivorbisdec.c \ | ||
13 | gstvorbisdec.c gstvorbisdeclib.c gstvorbiscommon.c | ||
14 | libgstivorbisdec_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_CFLAGS) \ | ||
15 | - -DTREMOR $(IVORBIS_CFLAGS) | ||
16 | + $(IVORBIS_CFLAGS) | ||
17 | libgstivorbisdec_la_LIBADD = \ | ||
18 | $(top_builddir)/gst-libs/gst/tag/libgsttag-@GST_MAJORMINOR@.la \ | ||
19 | $(top_builddir)/gst-libs/gst/audio/libgstaudio-@GST_MAJORMINOR@.la \ | ||