]> git.sesse.net Git - ffmpeg/blob - doc/build_system.txt
lavc/qsvdec: expose frame pic_type and key_frame
[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 doc/examples/output
23     Build the libavformat basic example.
24
25 libswscale/swscale-test
26     Build the swscale self-test (useful also as example).