From 6e3366e9bc300f8080264fd61b80f3d1e0236d8c Mon Sep 17 00:00:00 2001 From: Arien Shibani Date: Sat, 18 Apr 2026 16:05:43 +0200 Subject: [PATCH] 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. --- INSTALL.md | 16 ++++++---------- 1 file changed, 6 insertions(+), 10 deletions(-) diff --git a/INSTALL.md b/INSTALL.md index 5b98b45d88..0a9e6c03bc 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -1,4 +1,4 @@ -## Installing FFmpeg +# Installing FFmpeg 0. If you like to include source plugins, merge them before configure 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. -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 - 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. +- 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 +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.