GNOME Bugzilla – Bug 610839
Unable to cross compile gst-plugins-good
Last modified: 2010-02-23 16:27:17 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.
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.