From 851afde6c243e50f6944b5e12422515d6e1ab6a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20Jard=C3=B3n?= Date: Fri, 1 Jul 2016 13:21:29 +0100 Subject: 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 --- strata/multimedia-gstreamer-0.10.morph | 2 +- .../multimedia-gstreamer-0.10/gstreamer-plugins-base-0.10.morph | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) create mode 100644 strata/multimedia-gstreamer-0.10/gstreamer-plugins-base-0.10.morph 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 -- cgit v1.2.1