diff options
author | Javier Jardón <jjardon@gnome.org> | 2016-07-01 13:21:29 +0100 |
---|---|---|
committer | Javier Jardón <jjardon@gnome.org> | 2016-07-01 13:22:09 +0100 |
commit | 851afde6c243e50f6944b5e12422515d6e1ab6a4 (patch) | |
tree | d5984533ccd49ab9a89a025267fb8d548e56c643 /strata/multimedia-gstreamer-0.10 | |
parent | 2681974e0d01e4c6c9567694ac7f416fbdd0f77a (diff) | |
download | definitions-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
Diffstat (limited to 'strata/multimedia-gstreamer-0.10')
-rw-r--r-- | strata/multimedia-gstreamer-0.10/gstreamer-plugins-base-0.10.morph | 8 |
1 files changed, 8 insertions, 0 deletions
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 |