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 677617 - Ease cross compilation
Ease cross compilation
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: common
0.10.35
Other Linux
: Normal normal
: 0.11.x
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2012-06-07 11:12 UTC by Lionel Landwerlin
Modified: 2012-08-05 15:42 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Patch v1 (2.47 KB, patch)
2012-06-07 11:12 UTC, Lionel Landwerlin
committed Details | Review

Description Lionel Landwerlin 2012-06-07 11:12:29 UTC
Created attachment 215839 [details] [review]
Patch v1

It is handy to be able to specify which glib-mkenums/genmarshal/etc.. you want to use to ease the cross compilation.
Here is a patch to use glib m4 variables.
Comment 1 Tim-Philipp Müller 2012-08-05 15:42:48 UTC
commit 668acee6b7f0967e841523f78f31152b3cb91302
Author: Lionel Landwerlin <llandwerlin@gmail.com>
Date:   Thu Jun 7 12:09:55 2012 +0100

    gst-glib-gen.mak: use GLIB_GENMARSHAL and GLIB_MKENUMS variables to call glib utils
    
    Use the ones we detected. Also makes them overridable,
    which makes cross-compilation easier.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=677617

commit fa9ffbec8e2c0017b19bd8a153a24f1f84eaba82
Author: Tim-Philipp Müller <tim.muller@collabora.co.uk>
Date:   Sat Jun 16 20:01:49 2012 +0100

    gst-glib.m4: check for glib-mkenums and glib-genmarshal and allow them to be overridden
    
    Makes cross-compiling easier.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=677620