GNOME Bugzilla – Bug 152339
[PATCH] [build] gst-plugins cross compiling
Last modified: 2004-12-23 12:42: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.;
Created attachment 31481 [details] [review] patch
put the check inside the already present conditional. seems to work for me, reopen if not for you.