https://github.com/libav/libav
Raw File
Tip revision: c0fd077aad8bc5a5651af4aaca504272d379c73f authored by Martin Storsjö on 24 March 2016, 09:27:49 UTC
tls: Use the right return value for breaking out due to the interrupt callback
Tip revision: c0fd077
build_system.txt
Libav currently uses a custom build system, this text attempts to document
some of its obscure features and options.

Makefile variables:

V
    Disable the default terse mode, the full command issued by make and its
    output will be shown on the screen.

DESTDIR
    Destination directory for the install targets, useful to prepare packages
    or install Libav in cross-environments.

Makefile targets:

all
    Default target, builds all the libraries and the executables.

install
    Install headers, libraries and programs.

libavformat/output-example
    Build the libavformat basic example.

libavcodec/api-example
    Build the libavcodec basic example.

libswscale/swscale-test
    Build the swscale self-test (useful also as example).
back to top