Skip to content

Commit fb0a205

Browse files
authored
Update latency measurement documentation (#396)
Signed-off-by: Tomasz Szumski <[email protected]>
1 parent eacc252 commit fb0a205

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/LatencyMeasurement.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,12 @@ flowchart LR
5757
5858
If [FFmpeg Plugin](FFmpegPlugin.md) was installed earlier, remove its directory before proceeding with the following.
5959

60+
1. Install required packages
61+
62+
```bash
63+
sudo apt install libfreetype6-dev libharfbuzz-dev libfontconfig1-dev
64+
```
65+
6066
1. Clone the FFmpeg 7.0 repository and apply patches.
6167

6268
```bash

0 commit comments

Comments
 (0)