GNOME Bugzilla – Bug 770731
gstconfig.h: Need to add support for more platforms / PPC broken
Last modified: 2016-09-30 07:04:32 UTC
https://buildd.debian.org/status/package.php?p=gstreamer1.0&suite=experimental PPC seems to be broken in gstconfig.h, maybe we need to check for __powerpc__ instead of __ppc__ but without easy access to the hardware that's guesswork. Maybe we should make it a #warning if we don't list the architecture, and fall back to no unaligned memory accesses. That would keep it working, but possibly slower than needed.
I have access to a 32-bit powerpc, can try next week.
s390x, powerpc, ppc64el, ppc64 are affected. Most likely also powerpcspe, maybe sh4 (or is that __sh__?).
powerpc is fixed here: https://cgit.freedesktop.org/gstreamer/gstreamer/commit/?id=0abb6e1a42332335c139a44b86054c0d8df2541f
commit b3a8885e352f99b3ec0484d8102972cb296f6cf7 Author: Sebastian Dröge <sebastian@centricular.com> Date: Mon Sep 5 11:11:29 2016 +0300 gstconfig.h.in: Add another version of the SH4 #define and S390x https://bugzilla.gnome.org/show_bug.cgi?id=770731