diff options
author | Phil Blundell <philb@gnu.org> | 2008-10-27 20:37:48 +0000 |
---|---|---|
committer | Phil Blundell <philb@gnu.org> | 2008-10-27 20:37:48 +0000 |
commit | b8fd11a4bf335be15e056e2fa91e8022457696e3 (patch) | |
tree | c6aa90107369e90ab75680ad888fc616f7cc23cc /packages/gstreamer/gst-plugins-bad/ivorbis-thumb.patch | |
parent | 5c9fa982d6457efdef97063a96cfa0d4910cdf5c (diff) |
gst-plugins-bad: disable inline asm during thumb builds
Diffstat (limited to 'packages/gstreamer/gst-plugins-bad/ivorbis-thumb.patch')
-rw-r--r-- | packages/gstreamer/gst-plugins-bad/ivorbis-thumb.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/packages/gstreamer/gst-plugins-bad/ivorbis-thumb.patch b/packages/gstreamer/gst-plugins-bad/ivorbis-thumb.patch new file mode 100644 index 0000000000..c94a788987 --- /dev/null +++ b/packages/gstreamer/gst-plugins-bad/ivorbis-thumb.patch @@ -0,0 +1,11 @@ +--- bad/ext/ivorbis/vorbisdec.c~ 2008-01-22 09:55:22.000000000 +0000 ++++ bad/ext/ivorbis/vorbisdec.c 2008-10-27 20:12:43.000000000 +0000 +@@ -792,7 +792,7 @@ + } + + /* 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) + { |