diff options
Diffstat (limited to 'meta/recipes-multimedia/gstreamer/gst-plugins-base-0.10.35/gst-plugins-base-tremor.patch')
| -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 @@ | |||
| 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 \ | ||
