diff options
author | Koen Kooi <koen@dominion.thruhere.net> | 2010-12-04 21:35:37 +0100 |
---|---|---|
committer | Koen Kooi <koen@dominion.thruhere.net> | 2010-12-04 21:35:37 +0100 |
commit | 1857df74ac9bfec16d0274fe972fda7bb1f99e6b (patch) | |
tree | 5b6ffb80c60f44afc1b9048408717d032b0a0e49 /recipes-multimedia/gstreamer/gst-plugins-base-0.10.30/gst-plugins-base-tremor.patch | |
parent | 9601fff416b251cf5e5ca3c93b0e102ad63dff52 (diff) | |
download | meta-openembedded-1857df74ac9bfec16d0274fe972fda7bb1f99e6b.tar.gz |
meta-openembedded: overlay gst-plugins-base to get rid of gnome-vfs(-native) dep
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'recipes-multimedia/gstreamer/gst-plugins-base-0.10.30/gst-plugins-base-tremor.patch')
-rw-r--r-- | recipes-multimedia/gstreamer/gst-plugins-base-0.10.30/gst-plugins-base-tremor.patch | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/recipes-multimedia/gstreamer/gst-plugins-base-0.10.30/gst-plugins-base-tremor.patch b/recipes-multimedia/gstreamer/gst-plugins-base-0.10.30/gst-plugins-base-tremor.patch new file mode 100644 index 0000000000..a6494fd4a9 --- /dev/null +++ b/recipes-multimedia/gstreamer/gst-plugins-base-0.10.30/gst-plugins-base-tremor.patch | |||
@@ -0,0 +1,17 @@ | |||
1 | Remove -DTREMOR option since Tremor has dropped its internal | ||
2 | libogg2, and gst-plugins-base has dependency on that. | ||
3 | |||
4 | Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com> | ||
5 | |||
6 | diff -ruN gst-plugins-base-0.10.30-orig/ext/vorbis/Makefile.am gst-plugins-base-0.10.30/ext/vorbis/Makefile.am | ||
7 | --- gst-plugins-base-0.10.30-orig/ext/vorbis/Makefile.am 2010-11-17 16:11:03.000000000 +0800 | ||
8 | +++ gst-plugins-base-0.10.30/ext/vorbis/Makefile.am 2010-11-17 16:12:41.000000000 +0800 | ||
9 | @@ -28,7 +28,7 @@ | ||
10 | libgstivorbisdec_la_SOURCES = gstivorbisdec.c \ | ||
11 | gstvorbisdec.c gstvorbisdeclib.c gstvorbiscommon.c | ||
12 | libgstivorbisdec_la_CFLAGS = $(GST_PLUGINS_BASE_CFLAGS) $(GST_CFLAGS) \ | ||
13 | - -DTREMOR $(IVORBIS_CFLAGS) | ||
14 | + $(IVORBIS_CFLAGS) | ||
15 | libgstivorbisdec_la_LIBADD = \ | ||
16 | $(top_builddir)/gst-libs/gst/tag/libgsttag-@GST_MAJORMINOR@.la \ | ||
17 | $(top_builddir)/gst-libs/gst/audio/libgstaudio-@GST_MAJORMINOR@.la \ | ||