mirror of
https://gitee.com/openharmony/third_party_ffmpeg
synced 2024-11-25 04:09:57 +00:00
c535d0896e
Split normal build system documentation and the fate one. Document THREADS make variable and provide an introduction to fate. Document DESTDIR make variable and add some generic targets.
31 lines
749 B
Plaintext
31 lines
749 B
Plaintext
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).
|
|
|