mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2024-12-22 15:23:11 +00:00
doc/build_system: document examples and config targets
Signed-off-by: Lukasz Marek <lukasz.m.luki2@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
0f59bba9cb
commit
a30f1b15c7
@ -25,6 +25,9 @@ fate-list
|
|||||||
install
|
install
|
||||||
Install headers, libraries and programs.
|
Install headers, libraries and programs.
|
||||||
|
|
||||||
|
examples
|
||||||
|
Build all examples located in doc/examples.
|
||||||
|
|
||||||
libavformat/output-example
|
libavformat/output-example
|
||||||
Build the libavformat basic example.
|
Build the libavformat basic example.
|
||||||
|
|
||||||
@ -34,6 +37,9 @@ libavcodec/api-example
|
|||||||
libswscale/swscale-test
|
libswscale/swscale-test
|
||||||
Build the swscale self-test (useful also as example).
|
Build the swscale self-test (useful also as example).
|
||||||
|
|
||||||
|
config
|
||||||
|
Reconfigure the project with current configuration.
|
||||||
|
|
||||||
|
|
||||||
Useful standard make commands:
|
Useful standard make commands:
|
||||||
make -t <target>
|
make -t <target>
|
||||||
|
Loading…
Reference in New Issue
Block a user