Skip to content

soarqin/ffmpeg-mpv-msys2-build

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Note

  • These Scripts is written to build static FFMPEG and MPV with most of depedencies on MSYS2.

IMPORTANT!!

  • FFMPEG links to non-free delay-loaded libfdk-aac-1.dll which are not distributable freely.
  • If you want to distribute compiled binaries, be sure to supply libfdk-aac-1.dll in non-free part.

Usage

./ffmpeg.shBuild FFMPEG on MSYS2 with MinGW i686/x86_64
./mpv.shBuild MPV on MSYS2 with MinGW64 i686/x86_64

Env vars

NO_PKG_INSTALLSet to disable MSYS2 packages' installation/update on startup
USE_REPOSet to make use of latest codes in svn/hg/git for most components