| Version 12 (modified by cbsrobot, 9 months ago) (diff) |
|---|
FFmpeg Compilation Guide
This page contains a list of resources which describe the necessary steps required for compiling FFmpeg from scratch.
Linux / BSD
Attention: If you are using gcc-4.2 please read ticket 1464 first.
- Ubuntu - Compile FFmpeg and x264 on Ubuntu
- CentOS - Compile FFmpeg, x264, LAME, vo-aacenc, libvorbis, libtheora, and libvpx on CentOS 6.0
OSX
Some dependencies can also be installed with homebrew or macports.
Windows
- MingwCompilationGuide -- MinGW Compilation Guide for compiling FFmpeg with Windows/MinGW
- Cross compile -- Cross compiling for windows is sometimes easier than using MinGW. Zeranoe has a script for setting up the cross compiler, then you can use it to compile ffmpeg and its libs.


