aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/gstreamer/gst-plugins-base
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2010-03-18 14:37:43 +0100
committerMartin Jansa <Martin.Jansa@gmail.com>2010-03-18 19:17:42 +0100
commit022ec40a3ab28de09ed9908531fd168d30c8eaa9 (patch)
tree05aca5c1001dfea32101b30f02179acf20a4a794 /recipes/gstreamer/gst-plugins-base
parent101beae9251e0fd4bc26a5fd70c72c67a96f5cab (diff)
downloadopenembedded-022ec40a3ab28de09ed9908531fd168d30c8eaa9.tar.gz
gst-plugins-base_0.10.28: add updated ivorbis-thumb patch from gst-plugins-bad for build fix with thumb enabled
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes/gstreamer/gst-plugins-base')
-rw-r--r--recipes/gstreamer/gst-plugins-base/ivorbis-thumb.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/recipes/gstreamer/gst-plugins-base/ivorbis-thumb.patch b/recipes/gstreamer/gst-plugins-base/ivorbis-thumb.patch
new file mode 100644
index 0000000000..83b13e279b
--- /dev/null
+++ b/recipes/gstreamer/gst-plugins-base/ivorbis-thumb.patch
@@ -0,0 +1,12 @@
+diff -uNr base/ext/vorbis.orig//gstvorbisdeclib.c base/ext/vorbis/gstvorbisdeclib.c
+--- base/ext/vorbis.orig//gstvorbisdeclib.c 2010-02-15 13:03:13.000000000 +0100
++++ base/ext/vorbis/gstvorbisdeclib.c 2010-03-18 18:48:10.000000000 +0100
+@@ -56,7 +56,7 @@
+ #else
+
+ /* Taken from Tremor, misc.h */
+-#ifdef _ARM_ASSEM_
++#if defined(_ARM_ASSEM_) && !defined(__thumb__)
+ static inline ogg_int32_t
+ CLIP_TO_15 (ogg_int32_t x)
+ {