[gstreamer-bugs] [Bug 452009] ./configure breaks when cross-compiling FAAD2

GStreamer (bugzilla.gnome.org) bugzilla-daemon at bugzilla.gnome.org
Sun Sep 9 11:27:44 PDT 2007


If you have any questions why you received this email, please see the text at
the end of this email. Replies to this email are NOT read, please see the text
at the end of this email. You can add comments to this bug at:
  http://bugzilla.gnome.org/show_bug.cgi?id=452009

  GStreamer | gst-plugins-bad | Ver: 0.10.5

Tim-Philipp Müller changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #90829|none                        |rejected
               Flag|                            |
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |FIXED
   Target Milestone|HEAD                        |0.10.6




------- Comment #2 from Tim-Philipp Müller  2007-09-09 18:27 UTC -------
Thanks for the patch, but I'd rather solve this differently.  The configure
check now uses AC_TRY_COMPILE, which should work even when cross-compiling. 
Please re-open if the faad check still breaks:

  2007-09-09  Tim-Philipp Müller  <tim at centricular dot net>

        * configure.ac:
          Use AC_TRY_COMPILE instead of AC_TRY_RUN for the faad and the
          xvid configure checks, so they still work when cross-compiling.
          Fixes #452009.


Only the mpeg2enc check still uses AC_TRY_RUN.  Not entirely sure if that can
easily be replaced with AC_TRY_COMPILE, got to investigate that a bit more
first.  You'll have to bypass it with --disable-mpeg2enc for now until that's
fixed.


-- 
See http://bugzilla.gnome.org/page.cgi?id=email.html for more info about why you received
this email, why you can't respond via email, how to stop receiving
emails (or reduce the number you receive), and how to contact someone
if you are having problems with the system.

You can add comments to this bug at http://bugzilla.gnome.org/show_bug.cgi?id=452009.




More information about the Gstreamer-bugs mailing list