GNOME Bugzilla – Bug 774215
configure: fix target_os when cross-compiling for arm
Last modified: 2016-11-12 08:41:15 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.
Attachment 339496 [details] pushed as 83ff353 - configure: fix target_os when cross-compiling for arm