https://github.com/libav/libav
Raw File
Tip revision: c6af9e944ebeb336f6520f59afaebb62392fb026 authored by Diego Biurrun on 10 September 2014, 19:46:05 UTC
Update Changelog for v0.8.16
Tip revision: c6af9e9
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