summaryrefslogtreecommitdiff
path: root/doc/build_system.txt
blob: 3c5f15618f1b14e9b7756ae993e5600f5d3b4830 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
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.

doc/examples/output
    Build the libavformat basic example.

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