go2rtc icon indicating copy to clipboard operation
go2rtc copied to clipboard

add riscv64 platform for v4l2 package

Open nakata5321 opened this issue 10 months ago • 1 comments

In continue of issue https://github.com/AlexxIT/go2rtc/issues/1639 add file for riscv64 architecture

nakata5321 avatar Mar 13 '25 13:03 nakata5321

To make it buildable need to apply this patch: https://github.com/openwrt/packages/blob/ec99b0d71459c12b661f95f0b1d439bc3a814735/multimedia/go2rtc/patches/0005-v4l2-fix-riscv64-build-and-go-fmt.patch

And then enable RV64 in internal/v4l2 https://github.com/openwrt/packages/blob/ec99b0d71459c12b661f95f0b1d439bc3a814735/multimedia/go2rtc/patches/0004-v4l2-eanble-risc-v-64-support.patch

vooon avatar Jun 03 '25 13:06 vooon