diff options
Diffstat (limited to 'meta-multimedia/recipes-multimedia/gstreamer/gst-plugins-base-0.10.36/gst-plugins-base-tremor.patch')
-rw-r--r-- | meta-multimedia/recipes-multimedia/gstreamer/gst-plugins-base-0.10.36/gst-plugins-base-tremor.patch | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/meta-multimedia/recipes-multimedia/gstreamer/gst-plugins-base-0.10.36/gst-plugins-base-tremor.patch b/meta-multimedia/recipes-multimedia/gstreamer/gst-plugins-base-0.10.36/gst-plugins-base-tremor.patch new file mode 100644 index 000000000..99dbc9d52 --- /dev/null +++ b/meta-multimedia/recipes-multimedia/gstreamer/gst-plugins-base-0.10.36/gst-plugins-base-tremor.patch | |||
@@ -0,0 +1,20 @@ | |||
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 | Signed-off-by: Shane Wang <shane.wang@intel.com> | ||
8 | |||
9 | diff -r 70065fb4e085 ext/vorbis/Makefile.am | ||
10 | --- a/ext/vorbis/Makefile.am Tue Mar 13 16:36:56 2012 +0800 | ||
11 | +++ b/ext/vorbis/Makefile.am Tue Mar 13 16:38:53 2012 +0800 | ||
12 | @@ -30,7 +30,7 @@ | ||
13 | gstvorbisdec.c gstvorbisdeclib.c gstvorbiscommon.c | ||
14 | libgstivorbisdec_la_CFLAGS = \ | ||
15 | $(GST_PLUGINS_BASE_CFLAGS) $(GST_CFLAGS) \ | ||
16 | - -DTREMOR $(IVORBIS_CFLAGS) | ||
17 | + $(IVORBIS_CFLAGS) | ||
18 | libgstivorbisdec_la_LIBADD = \ | ||
19 | $(top_builddir)/gst-libs/gst/tag/libgsttag-@GST_MAJORMINOR@.la \ | ||
20 | $(top_builddir)/gst-libs/gst/audio/libgstaudio-@GST_MAJORMINOR@.la \ | ||