GNOME Bugzilla – Bug 795271
initial RISC-V support
Last modified: 2018-04-15 08:23:55 UTC
Created attachment 370944 [details] [review] Patch to add initial RISC-V support The attached patch enables to build gstreamer on the RISC-V architecture (https://riscv.org/). I have tested in on the 64-bit version of the architecture, but it also applies to the 32-bit version.
commit 8a156d1725ecd03f2e8cdc8874e081dda2d3b43d (HEAD -> master) Author: Aurelien Jarno <aurelien@aurel32.net> Date: Sun Apr 15 00:49:55 2018 +0200 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