Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 488 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 488 Bytes

ffmpeg-windows-build-helpers

Cross-compiling from a Linux environment:

  1. Install minigw-w64
   $ sudo apt-get install mingw-w64
  1. Clone this repo

  2. Run ./cross_compile_ffmpeg.sh -h to see what are the available options

  3. Invoke the cross compilation script as root ! (invocation example)

   $  sudo ./cross_compile_ffmpeg.sh --build-ffmpeg-static=n --build-ffmpeg-shared=y --gcc-cpu-count=4 --compiler-flavors=win64