updated gstreamer to current 0.10 git version
[vuplus_openvuplus_3.0] / meta-openvuplus / recipes-multimedia / gstreamer / gst-plugins-base-0.10.36.1+git / gst-plugins-base-tremor.patch
diff --git a/meta-openvuplus/recipes-multimedia/gstreamer/gst-plugins-base-0.10.36.1+git/gst-plugins-base-tremor.patch b/meta-openvuplus/recipes-multimedia/gstreamer/gst-plugins-base-0.10.36.1+git/gst-plugins-base-tremor.patch
new file mode 100644 (file)
index 0000000..99dbc9d
--- /dev/null
@@ -0,0 +1,20 @@
+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>
+Signed-off-by: Shane Wang <shane.wang@intel.com>
+
+diff -r 70065fb4e085 ext/vorbis/Makefile.am
+--- a/ext/vorbis/Makefile.am   Tue Mar 13 16:36:56 2012 +0800
++++ b/ext/vorbis/Makefile.am   Tue Mar 13 16:38:53 2012 +0800
+@@ -30,7 +30,7 @@
+       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 \