After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 795271 - initial RISC-V support
initial RISC-V support
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gstreamer (core)
git master
Other Linux
: Normal enhancement
: 1.15.1
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2018-04-14 23:01 UTC by Aurelien Jarno
Modified: 2018-04-15 08:23 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Patch to add initial RISC-V support (2.00 KB, patch)
2018-04-14 23:01 UTC, Aurelien Jarno
committed Details | Review

Description Aurelien Jarno 2018-04-14 23:01:32 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.
Comment 1 Sebastian Dröge (slomo) 2018-04-15 08:23:22 UTC
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