mention how ffmpeg was built

This commit is contained in:
ed 2022-09-24 00:05:47 +02:00
parent 24de360325
commit e80c1f6d59

View file

@ -5,3 +5,8 @@ requires a win7 vm which has never been connected to the internet and a host-onl
first-time setup steps in notes.txt first-time setup steps in notes.txt
run build.sh in the vm to fetch src + compile + push a new exe to the linux host for manual publishing run build.sh in the vm to fetch src + compile + push a new exe to the linux host for manual publishing
## ffmpeg
built with [ffmpeg-windows-build-helpers](https://github.com/rdp/ffmpeg-windows-build-helpers) and [this patch](./ffmpeg.patch) using [these steps](./ffmpeg.txt)