https://github.com/libav/libav
Revision 7f80928c0e7a74dff58d6c9b0172e34619844d01 authored by Martin Storsjö on 12 September 2013, 08:58:25 UTC, committed by Luca Barbato on 07 January 2014, 08:43:56 UTC
Reported-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind
CC: libav-stable@libav.org
Signed-off-by: Martin Storsjö <martin@martin.st>
(cherry picked from commit e90a6846c2c006fbebd00e1f2789f4a86fafacef)
Signed-off-by: Luca Barbato <lu_zero@gentoo.org>

Conflicts:
	libavcodec/cavsdec.c
1 parent b9e90b3
Raw File
Tip revision: 7f80928c0e7a74dff58d6c9b0172e34619844d01 authored by Martin Storsjö on 12 September 2013, 08:58:25 UTC
cavsdec: Make sure a sequence header has been decoded before decoding pictures
Tip revision: 7f80928
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