[gstreamer-bugs] [Bug 152339] New: - small patch for gst-plugins cross compiling
bugzilla-daemon at bugzilla.gnome.org
bugzilla-daemon at bugzilla.gnome.org
Fri Sep 10 17:07:07 PDT 2004
http://bugzilla.gnome.org/show_bug.cgi?id=152339
GStreamer | gst-plugins | Ver: HEAD CVS
Summary: small patch for gst-plugins cross compiling
Product: GStreamer
Version: HEAD CVS
Platform: Other
OS/Version: Linux
Status: UNCONFIRMED
Severity: enhancement
Priority: Normal
Component: gst-plugins
AssignedTo: gstreamer-bugs at lists.sourceforge.net
ReportedBy: pb at nexus.co.uk
QAContact: gstreamer-bugs at lists.sourceforge.net
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.;
------- You are receiving this mail because: -------
You are the assignee for the bug.
You are the QA contact for the bug.
More information about the Gstreamer-bugs
mailing list