-
Notifications
You must be signed in to change notification settings - Fork 3.7k
go2rtc: update to 1.9.9 #26198
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
go2rtc: update to 1.9.9 #26198
Conversation
|
https://github.com/AlexxIT/go2rtc/tree/master/pkg/v4l2/device Unbildable! |
|
CC: friendly ping @BKPepe @neheb @1715173329 I've fixed build and have tested on x86 - all goes well. |
|
On mips and riscv64: Missing dependency or unsupported platform? |
|
@1715173329 hmm, i thought second patch from master should fix riscv64. MIPS most likely not supported. New plugin which works with Video4Linux interface is arch dependant. |
35b0938 to
f8a0c4f
Compare
- Update version to 1.9.9 - Add patch to fix build with CGO=0 - Add patch to support RISC-V 64 - Fix excludes not to include examples Signed-off-by: Vladimir Ermakov <[email protected]>
|
@1715173329 i've updated patch set to include RV64 PR and fix to build on MIPS 24k (non-mipsel). |
|
So many patches, have you reached upstream repository about them? Would be nice to have them upstreamed.🙏 |
|
@BKPepe RV64 patches must be incorporated in AlexxIT/go2rtc#1651 (namely 3, 4 & 5). Patch 2 is already in master, but it actually requires patch 6 too. |
Maintainer: me
Compile tested: x86_64, OpenWrt master d63663601d
Run tested: x86_64, Master, camera's continue to work
Description: