This repo intentionally does not vendor full upstream source trees. Rebuilds are expected to restore the needed upstream checkouts separately.
- FFmpeg
- upstream:
https://github.com/FFmpeg/FFmpeg.git - expected checkout path:
/home/comrade/src/FFmpeg-master
- upstream:
- whisper.cpp
- upstream:
https://github.com/ggml-org/whisper.cpp.git - expected checkout path:
/home/comrade/src/whisper.cpp
- upstream:
- mpv
- upstream:
https://github.com/mpv-player/mpv.git - fetched by:
integrations/max-stack/build_mpv_max.sh
- upstream:
- VLC
- upstream:
https://github.com/videolan/vlc.git - fetched by:
integrations/max-stack/build_vlc_max.sh
- upstream:
- The custom logic lives here.
- The large upstream histories stay upstream.
- The rebuilt binaries stay local.
That keeps the repo publishable while still preserving the exact build intent and verification trail.