Revision ffa83bcc49375a7760ff9cbc889ce7171e8afe4a authored by Anton Khirnov on 28 November 2013, 09:54:35 UTC, committed by Reinhard Tartler on 05 January 2014, 22:01:03 UTC
Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
CC:libav-stable@libav.org
(cherry picked from commit e89aa4bf56e5b5c45f569eb12733519789e057da)
Signed-off-by: Reinhard Tartler <siretart@tauware.de>
1 parent 819541f
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 Libav
sources to build the objects out of tree. To do this, use an absolute
path when launching 'configure', e.g. '/libavdir/libav/configure'.

2) Then type 'make' to build Libav. 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.

 - The default cflags include -g, if you want lean libraries you can either
   pass --disable-debug or strip the debug symbols at a later time.
back to top