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 152339 - [PATCH] [build] gst-plugins cross compiling
[PATCH] [build] gst-plugins cross compiling
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins
git master
Other Linux
: Normal enhancement
: 0.8.7
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2004-09-11 00:07 UTC by Phil Blundell
Modified: 2004-12-23 12:42 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
patch (547 bytes, patch)
2004-09-11 00:07 UTC, Phil Blundell
none Details | Review

Description Phil Blundell 2004-09-11 00:07:07 UTC
Gst-plugins' configure script tries to probe for some LAME bits with
AC_TRY_RUN() even if LAME is disabled.  This is a nuisance when cross-compiling,
since AC_TRY_RUN will abort configure with an error.

This patch wraps that check in a conditional, so that it's only executed when
LAME is actually in use.;
Comment 1 Phil Blundell 2004-09-11 00:07:53 UTC
Created attachment 31481 [details] [review]
patch
Comment 2 Thomas Vander Stichele 2004-12-23 12:42:07 UTC
put the check inside the already present conditional.  seems to work for me,
reopen if not for you.