After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 616649 - Fix gst-arch.m4 usage
Fix gst-arch.m4 usage
Status: RESOLVED OBSOLETE
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
git master
Other All
: Normal enhancement
: NONE
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2010-04-23 13:53 UTC by Tim-Philipp Müller
Modified: 2012-10-26 23:40 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Tim-Philipp Müller 2010-04-23 13:53:05 UTC
+++ This bug was initially created as a clone of Bug #615996 +++

We should localise gst-arch.m4 usage, so we can be sure we're checking for the right thing (we want target_cpu presumably, and the way we seem to infer target ABI from the CPU type seems a bit dodgy at first glance.
Comment 1 Sebastian Dröge (slomo) 2011-05-25 19:05:48 UTC
What do you suggest how it should be done?
Comment 2 Tim-Philipp Müller 2012-10-26 23:40:49 UTC
This was fixed for bug #599546:

 commit 03a0e5736761a72d4ed880e8c485bbf9e4a8ea47
 Author: Edward Hervey <edward.hervey@collabora.co.uk>
 Date:   Wed Jun 6 18:08:26 2012 +0200

    gst-arch.m4: Fix cpu defines
    
    We were detecting the host cpu (and not the target one).