Revision 6b998720b29b5fd1c94b01903b0d05c1141fb0c2 authored by Laurent Aimar on 01 October 2011, 00:04:45 UTC, committed by Michael Niedermayer on 02 October 2011, 19:29:45 UTC
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
(cherry picked from commit db5b4875514eb7740844f514dbf236c9179a6a93)
1 parent 55a0708
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