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 610839 - Unable to cross compile gst-plugins-good
Unable to cross compile gst-plugins-good
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-good
0.10.18
Other Linux
: Normal blocker
: 0.10.19
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2010-02-23 16:10 UTC by Volker Diels-Grabsch
Modified: 2010-02-23 16:27 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
use $PKG_CONFIG instead of pkg-config (757 bytes, patch)
2010-02-23 16:10 UTC, Volker Diels-Grabsch
committed Details | Review

Description Volker Diels-Grabsch 2010-02-23 16:10:36 UTC
Created attachment 154510 [details] [review]
use $PKG_CONFIG instead of pkg-config

The configure.ac of gst-plugins-good contains a small mistake which causes the native pkg-config to be called, rather than the cross-pkg-config.

Thus, gst-plugins-good fails to cross-compile.

The attached patch fixed that by using $PKG_CONFIG instead of pkg-config.
Comment 1 Sebastian Dröge (slomo) 2010-02-23 16:27:06 UTC
commit 673459c711b7d4915a011e1a1e804b103de69455
Author: Volker Grabsch <bugzilla.gnome.org@v.notjusthosting.com>
Date:   Tue Feb 23 17:25:54 2010 +0100

    configure: Use $PKG_CONFIG instead of pkg-config to fix cross compilation
    
    Fixes bug #610839.