Revision 190807a56c88231d26c9f66f0dc19cb32db3afb4 authored by Mans Rullgard on 09 October 2011, 19:38:01 UTC, committed by Michael Niedermayer on 04 November 2011, 00:02:17 UTC
Signed-off-by: Mans Rullgard <mans@mansr.com>
(cherry picked from commit 84dda407628e298f33d610e9e04a8b2945d24665)

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
1 parent 33029d7
Raw File
INSTALL

1) Type './configure' to create the configuration. A list of configure
options is printed by running 'configure --help'.

'configure' can be launched from a directory different from the FFmpeg
sources to build the objects out of tree. To do this, use an absolute
path when launching 'configure', e.g. '/ffmpegdir/ffmpeg/configure'.

2) Then type 'make' to build FFmpeg. GNU Make 3.81 or later is required.

3) Type 'make install' to install all binaries and libraries you built.

NOTICE

 - Non system dependencies (e.g. libx264, libvpx) are disabled by default.
back to top