jellyfin / jellyfin-ffmpeg

FFmpeg for Jellyfin
https://jellyfin.org
Other
478 stars 127 forks source link

feat: add macOS builder script for CI #345

Closed gnattu closed 7 months ago

gnattu commented 7 months ago

Changes

Preliminary scripts for macOS builder. There are enough difference that made me to make a dedicated script.

One thing to note is that the arm64 host is macOS 14 exclusive, which means the binary built for arm64 will use newer toolchain than the x86 one using macOS 12 toolchain.

The script currently is only good for CI clean build, but documented the caveats in case someone want to build locally.

Issues

Fixes #339