/avbuild

ffmpeg花式编译. build tool for all platforms: iOS, android, raspberry pi, win32, uwp, linux, macOS etc.

Primary LanguageShellGNU Lesser General Public License v3.0LGPL-3.0

It's a tool to build ffmpeg for almost all platforms.

How: https://github.com/wang-bin/avbuild/wiki

Download prebuilt packages

ALL: https://sourceforge.net/projects/avbuild/files

Lite build of FFmpeg release(4.0):

Raspberry Pi, Android, iOS, macOS, Linux, MinGW, VS2017 Desktop, UWP, Clang Windows Desktop, Clang UWP

Lite build of FFmpeg git:

Raspberry Pi, Android, iOS, macOS, Linux, MinGW, VS2017 Desktop, UWP, Clang Windows Desktop, Clang UWP

Build Details:

Linux, android, macOS, iOS, raspberry pi, windows cross build: travis_ci

windows mingw, vs2013~2017, desktop/store/phone: appveyor_ci

Features

  • multiple targets build and configure simultaneously
  • ffmpeg patches
  • morden toolchain support: clang+lld, cross build on any host OS
  • support windows xp with latest vs and win sdk (vs2017+win10 sdk) if ffmpeg <= 3.4
  • support SSL for macOS & iOS
  • enable all gpu decoders and encoders if possible

Build Matrix

CC/H?X/OS Linux Android macOS iOS RPi Win32 WinStore WinPhone
Clang H X A+H A+X H+X
Clang+LLD H ? ? A+H+X A+H+X A+H+X ?
GCC H X H H+X H+X ? ?
VS2013 H H X
VS2015 H H X
VS2017 H H ?
  • A: Apple clang
  • H: host build. Clang is open source clang
  • X: cross build (for example, build win32 from linux/macOS using mingw, build rpi from windows/linux/macOS using gcc and clang)
  • ?: in plan
  • Empty: won't support