summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJavier Jardón <jjardon@gnome.org>2016-07-01 13:21:29 +0100
committerJavier Jardón <jjardon@gnome.org>2016-07-01 13:22:09 +0100
commit851afde6c243e50f6944b5e12422515d6e1ab6a4 (patch)
treed5984533ccd49ab9a89a025267fb8d548e56c643
parent2681974e0d01e4c6c9567694ac7f416fbdd0f77a (diff)
downloaddefinitions-851afde6c243e50f6944b5e12422515d6e1ab6a4.tar.gz
Fix gstreamer-plugins-base-0.10 compilation error
This is the compilation error: In file included from /usr/lib/gcc/i686-pc-linux-gnu/4.9.2/include/xmmintrin.h:1258:0, from resample_sse.h:38, from resample.c:134, from speex_resampler_double.c:26: resample_sse.h: In function 'inner_product_double': /usr/lib/gcc/i686-pc-linux-gnu/4.9.2/include/emmintrin.h:99:1: error: inlining failed in call to always_inline '_mm_setzero_pd': target specific option mismatch _mm_setzero_pd (void) Change-Id: I442a445e1207fff7da7a9b5d1b8b3f281cb075a9
-rw-r--r--strata/multimedia-gstreamer-0.10.morph2
-rw-r--r--strata/multimedia-gstreamer-0.10/gstreamer-plugins-base-0.10.morph8
2 files changed, 9 insertions, 1 deletions
diff --git a/strata/multimedia-gstreamer-0.10.morph b/strata/multimedia-gstreamer-0.10.morph
index e53c0916..b74e5cad 100644
--- a/strata/multimedia-gstreamer-0.10.morph
+++ b/strata/multimedia-gstreamer-0.10.morph
@@ -17,9 +17,9 @@ chunks:
url: upstream:gstreamer-common
- name: gstreamer-plugins-base@0.10
repo: upstream:gstreamer-plugins-base
+ morph: strata/multimedia-gstreamer-0.10/gstreamer-plugins-base-0.10.morph
ref: 1e1e6eaf3f0dd11f6618154d9739cbe3e007d206
unpetrify-ref: "0.10"
- build-system: autotools
build-depends:
- gstreamer@0.10
submodules:
diff --git a/strata/multimedia-gstreamer-0.10/gstreamer-plugins-base-0.10.morph b/strata/multimedia-gstreamer-0.10/gstreamer-plugins-base-0.10.morph
new file mode 100644
index 00000000..f68642c6
--- /dev/null
+++ b/strata/multimedia-gstreamer-0.10/gstreamer-plugins-base-0.10.morph
@@ -0,0 +1,8 @@
+name: gstreamer-plugins-base-0.10
+kind: chunk
+build-system: autotools
+configure-commands:
+- |
+ NOCONFIGURE=1 ./autogen.sh
+ sed -i -e "s/-O2/& -msse2/" configure
+- ./configure --prefix="$PREFIX" --sysconfdir=/etc --localstatedir=/var --disable-gtk-doc