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 774215 - configure: fix target_os when cross-compiling for arm
configure: fix target_os when cross-compiling for arm
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-libav
1.10.0
Other Linux
: Normal normal
: 1.10.1
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2016-11-10 14:48 UTC by Michael Olbrich
Modified: 2016-11-12 08:41 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
configure: fix target_os when cross-compiling for arm (804 bytes, patch)
2016-11-10 14:48 UTC, Michael Olbrich
committed Details | Review

Description Michael Olbrich 2016-11-10 14:48:49 UTC
Created attachment 339496 [details] [review]
configure: fix target_os when cross-compiling for arm

For arm 'host_os' is '*-gnueabi' or '*-gnueabihf' so sed needs to cut of
more. Otherwise configuring ffmpeg will fail with "Unknown OS 'linuxeabi'."
or something like that.
Comment 1 Sebastian Dröge (slomo) 2016-11-10 15:30:30 UTC
Attachment 339496 [details] pushed as 83ff353 - configure: fix target_os when cross-compiling for arm