GNOME Bugzilla – Bug 775661
gstconfig: Compile failure for xtensa and microblaze architectures (unaligned access support)
Last modified: 2016-12-06 10:09:05 UTC
Created attachment 341429 [details] [review] Fix unaligned access support for microblaze and xtensa architectures. Fix unaligned access support for microblaze and xtensa architectures: ../gst/gstconfig.h:112:4: error: #error "Could not detect architecture; don't know whether it supports unaligned access! Please file a bug." # error "Could not detect architecture; don't know whether it supports unaligned access! Please file a bug." Fixes buildroot autobuild failures (see [1] for details). [1] http://lists.busybox.net/pipermail/buildroot/2016-December/178895.html
Thanks! commit 28db1c063117a480401ce4907ff0997a04c83cc5 Author: Peter Seiderer <ps.report@gmx.net> Date: Mon Dec 5 21:09:52 2016 +0100 gstconfig: Fix unaligned access support for microblaze and xtensa architectures Fixes buildroot autobuild failures, for details see: http://lists.busybox.net/pipermail/buildroot/2016-December/178895.html https://bugzilla.gnome.org/show_bug.cgi?id=775661