[gnome-sdk-images/wip/tvb/aarch64: 7/7] gstreamer plugins: Tune builds for i686 and armv7a
- From: Tristan Van Berkom <tvb src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-sdk-images/wip/tvb/aarch64: 7/7] gstreamer plugins: Tune builds for i686 and armv7a
- Date: Thu, 5 May 2016 15:46:15 +0000 (UTC)
commit ac8fee9fbac70e95c75290bca18c757e2517ca99
Author: Tristan Van Berkom <tristan vanberkom codethink co uk>
Date: Tue May 3 19:08:49 2016 -0400
gstreamer plugins: Tune builds for i686 and armv7a
GStreamer plugins tend to produce assembly code in some places, for
this reason it's important to explicitly specify the build triple
so that it chooses to generate the right code for the target platform.
org.gnome.Sdk.json.in | 28 ++++++++++++++++++++++++++++
1 files changed, 28 insertions(+), 0 deletions(-)
---
diff --git a/org.gnome.Sdk.json.in b/org.gnome.Sdk.json.in
index 65a2c72..8c32d67 100644
--- a/org.gnome.Sdk.json.in
+++ b/org.gnome.Sdk.json.in
@@ -408,6 +408,20 @@
},
{
"name": "gstreamer-plugins-good",
+ "build-options" : {
+ "arch" : {
+ "i686" : {
+ "config-opts" : [
+ "--build=i686-unknown-linux-gnu"
+ ]
+ },
+ "armv7a" : {
+ "config-opts" : [
+ "--build=arm-unknown-linux-gnueabi"
+ ]
+ }
+ }
+ },
"config-opts": ["--disable-gtk-doc", "--enable-experimental", "--enable-orc" ,
"--disable-monoscope",
"--disable-aalib",
@@ -424,6 +438,20 @@
},
{
"name": "gstreamer-plugins-bad",
+ "build-options" : {
+ "arch" : {
+ "i686" : {
+ "config-opts" : [
+ "--build=i686-unknown-linux-gnu"
+ ]
+ },
+ "armv7a" : {
+ "config-opts" : [
+ "--build=arm-unknown-linux-gnueabi"
+ ]
+ }
+ }
+ },
"config-opts": ["--disable-gtk-doc", "--enable-experimental", "--enable-orc" ],
"sources": [
{
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]