gstconfig.h.in: initial RISC-V support
authorAurelien Jarno <aurelien@aurel32.net>
Sat, 14 Apr 2018 22:49:55 +0000 (00:49 +0200)
committerSebastian Dröge <sebastian@centricular.com>
Sun, 15 Apr 2018 08:22:48 +0000 (11:22 +0300)
commit8a156d1725ecd03f2e8cdc8874e081dda2d3b43d
treef4b7f21f262e51f8229c8ad4b07d361ed850d743
parent44567922188a29f29cf1d9a1a12dc485a4b4c582
gstconfig.h.in: initial RISC-V support

RISC-V supports unaligned accesses, but these might run extremely slowly
depending on the implementation. Therefore set GST_HAVE_UNALIGNED_ACCESS
to 0 on this architecture.

https://bugzilla.gnome.org/show_bug.cgi?id=795271
gst/gstconfig.h.in