[gnome-sdk-images/wip/tvb/aarch64: 7/7] gstreamer plugins: Tune builds for i686 and armv7a



commit 1c9ae4d8dd8d70f8ced0c1142ce63a3fc0c51dae
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 92b5637..eb15cdd 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]