]> git.sesse.net Git - ffmpeg/blob - doc/build_system.txt
Remove ffmpeg.
[ffmpeg] / doc / build_system.txt
1 Libav currently uses a custom build system, this text attempts to document
2 some of its obscure features and options.
3
4 Makefile variables:
5
6 V
7     Disable the default terse mode, the full command issued by make and its
8     output will be shown on the screen.
9
10 DESTDIR
11     Destination directory for the install targets, useful to prepare packages
12     or install Libav in cross-environments.
13
14 Makefile targets:
15
16 all
17     Default target, builds all the libraries and the executables.
18
19 install
20     Install headers, libraries and programs.
21
22 libavformat/output-example
23     Build the libavformat basic example.
24
25 libavcodec/api-example
26     Build the libavcodec basic example.
27
28 libswscale/swscale-test
29     Build the swscale self-test (useful also as example).
30