diff options
author | Paul Eggleton <paul.eggleton@linux.intel.com> | 2011-10-17 14:27:52 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-10-17 16:57:31 +0100 |
commit | 8ae69e5d027b1db0ab5d35a8cab747985b960b66 (patch) | |
tree | 49341037796241a5be11ca4a0ee9df6bd2b0606f /meta/recipes-multimedia/gstreamer/gst-plugins-base-0.10.35 | |
parent | e25fad9b8eef59bf7ca11ae141739d0bc2235655 (diff) | |
download | openembedded-core-8ae69e5d027b1db0ab5d35a8cab747985b960b66.tar.gz openembedded-core-8ae69e5d027b1db0ab5d35a8cab747985b960b66.tar.bz2 openembedded-core-8ae69e5d027b1db0ab5d35a8cab747985b960b66.zip |
gst-plugins-base: update to 0.10.35
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-multimedia/gstreamer/gst-plugins-base-0.10.35')
-rw-r--r-- | meta/recipes-multimedia/gstreamer/gst-plugins-base-0.10.35/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.35/gst-plugins-base-tremor.patch b/meta/recipes-multimedia/gstreamer/gst-plugins-base-0.10.35/gst-plugins-base-tremor.patch new file mode 100644 index 0000000000..224bf1a41e --- /dev/null +++ b/meta/recipes-multimedia/gstreamer/gst-plugins-base-0.10.35/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 \ |