Revision bba709214a51ffd665a67404d3beb3727bb3f319 authored by Reinhard Tartler on 04 December 2011, 09:10:33 UTC, committed by Reinhard Tartler on 23 December 2011, 14:56:01 UTC
Based on a patch by Michael Niedermayer <michaelni@gmx.at>

Fixes NGS00145, CVE-2011-4352

Found-by: Phillip Langlois
Signed-off-by: Reinhard Tartler <siretart@tauware.de>

(cherry picked from commit 8b94df0f2047e9728cb872adc9e64557b7a5152f)

Signed-off-by: Reinhard Tartler <siretart@tauware.de>
1 parent 0eca0da
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