Brett Jia
Brett Jia
This is an alternative implementation of #281, but based on the most recent upstream commits. Some of the changes are inspired by the work done in the linked previous PR....
When cross compiling for arm64 Macs, the bundled cpython libffi throws an unsupported cpu error. This change makes it so that Mac compilation skips the bundled libffi if a system...
Cloudflare frequently returns a 403 on the Arlo login, which to the best of my understanding is decided on client heuristics, i.e. if a client is determined with some confidence...
## :recycle: Current situation *Describe the current situation. Explain current problems, if there are any. Be as descriptive as possible (e.g., including examples or code snippets).* [Scrypted](https://github.com/koush/scrypted) installs `@homebridge/node-pty-prebuilt-multiarch` inside...
The MACOSX_DEPLOYMENT_TARGET env var controls which minimum MacOS version the compilation will target. For arm64, the minimum possible version is always MacOS 11.0 (even if the env var is set...
The goal is to run curl-impersonate binaries and curl_cffi wheels on general purpose RISC-V SBCs.
### Zig Version 0.13.0-dev.260+fb88cfdf6 ### Steps to Reproduce and Observed Behavior tl;dr: Compiling with arm32 glibc 2.31 target pulls in incorrect _STAT_VER constants, causing `fstatat` function to return `EINVAL`. ##...
This PR enables rkmpp and rkrga for portable Linux arm64 builds of ffmpeg. Both libraries are built statically and linked into the resulting binary. **Changes** - Enable static rkmpp and...
This allows mpp to be compiled into the same binary alongside libvpx, e.g. in ffmpeg as tested in https://github.com/jellyfin/jellyfin-ffmpeg/pull/403. Fixes #580