[Bug 674369] (ARM) Failed to configure embedded Libav tree

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Mon Jan 14 06:51:03 PST 2013


https://bugzilla.gnome.org/show_bug.cgi?id=674369
  GStreamer | gst-libav | 0.10.13

Julian Hall <jh314159> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jh314159 at googlemail.com

--- Comment #4 from Julian Hall <jh314159 at googlemail.com> 2013-01-14 14:50:58 UTC ---
I'm getting the same issue, and it does appear to be a gst-ffmpeg issue to me.
The problem is thst the configure script is generating a parameter to pass to
the nested script that reads:
   --target-os= linuxeabi
Unfortunately, that is not a valid value for that parameter; "linuxeabi" is not
an operating system, but a combination of os and abi variant. I'm not entirely
sure where configure is getting this string from, but it  certainly isn't
right. Passing "linux" instead should give correct results.

For reference, I don't know if this applies to the original reporter, but I at
least am constrained by a need to use binary-only plugins supplied by my
professor manufacturer (freescale in my case) to interoperate with the
machine's IPU, and therefore cannot use a more recent version than 0.10.

gcc -dumpmachune gives me:
    arm-fsl-linux-gnueabi

-- 
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list