tiff: return meaningful error codes.
[FFMpeg-mirror/mplayer-patches.git] / doc / build_system.txt
blobc3dede7cde803ed513a59aceb22f9a6df6f8044e
1 Libav currently uses a custom build system, this text attempts to document
2 some of its obscure features and options.
4 Makefile variables:
7     Disable the default terse mode, the full command issued by make and its
8     output will be shown on the screen.
10 DESTDIR
11     Destination directory for the install targets, useful to prepare packages
12     or install Libav in cross-environments.
14 Makefile targets:
16 all
17     Default target, builds all the libraries and the executables.
19 install
20     Install headers, libraries and programs.
22 libavformat/output-example
23     Build the libavformat basic example.
25 libavcodec/api-example
26     Build the libavcodec basic example.
28 libswscale/swscale-test
29     Build the swscale self-test (useful also as example).