Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 940 Bytes

README.md

File metadata and controls

32 lines (22 loc) · 940 Bytes

ffmpeg-build

GitHub Release license

build scripts for FFmpeg

Installation

Swift Package Manager

https://github.com/mpvkit/ffmpeg-build.git

How to build

make build
# build specified platforms 
make build platform=ios,macos
# build GPL version
make build enable-gpl
# see help
make help

License

ffmpeg-build source alone is licensed under the LGPL v3.0.

FFmpeg bundles (frameworks, xcframeworks) are also licensed under the LGPL v3.0. However, if the source code is built using the optional enable-gpl flag or prebuilt binaries with -GPL postfix are used, then FFmpeg bundles become subject to the GPL v3.0.