mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2026-06-11 08:13:06 +00:00
INSTALL.md: add title heading and normalize section levels
Use a top-level heading on the first line (MD041-style) and adjust section levels for clearer document structure. Improves navigation for assistive technologies that rely on heading outlines.
This commit is contained in:
committed by
Gyan Doshi
co-authored by
Gyan Doshi
parent
519c80b626
commit
6e3366e9bc
+6
-10
@@ -1,4 +1,4 @@
|
|||||||
## Installing FFmpeg
|
# Installing FFmpeg
|
||||||
|
|
||||||
0. If you like to include source plugins, merge them before configure
|
0. If you like to include source plugins, merge them before configure
|
||||||
for example run tools/merge-all-source-plugins
|
for example run tools/merge-all-source-plugins
|
||||||
@@ -14,15 +14,11 @@ path when launching `configure`, e.g. `/ffmpegdir/ffmpeg/configure`.
|
|||||||
|
|
||||||
3. Type `make install` to install all binaries and libraries you built.
|
3. Type `make install` to install all binaries and libraries you built.
|
||||||
|
|
||||||
NOTICE
|
## NOTICE
|
||||||
------
|
|
||||||
|
|
||||||
- Non system dependencies (e.g. libx264, libvpx) are disabled by default.
|
- Non system dependencies (e.g. libx264, libvpx) are disabled by default.
|
||||||
|
|
||||||
NOTICE for Package Maintainers
|
## NOTICE for Package Maintainers
|
||||||
------------------------------
|
|
||||||
|
|
||||||
- It is recommended to build FFmpeg twice, first with minimal external dependencies so
|
- It is recommended to build FFmpeg twice, first with minimal external dependencies so that 3rd party packages, which depend on FFmpegs libavutil/libavfilter/libavcodec/libavformat
|
||||||
that 3rd party packages, which depend on FFmpegs libavutil/libavfilter/libavcodec/libavformat
|
can then be built. And last build FFmpeg with full dependencies (which may in turn depend on some of these 3rd party packages). This avoids circular dependencies during build.
|
||||||
can then be built. And last build FFmpeg with full dependencies (which may in turn depend on
|
|
||||||
some of these 3rd party packages). This avoids circular dependencies during build.
|
|
||||||
|
|||||||
Reference in New Issue
Block a user