From 1d52f1f138d734b7319f98ec5946665b32daf37f Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Tue, 2 Apr 2024 11:00:53 +0200 Subject: [PATCH] Add ffmpeg static build warning --- support/doc/dependencies.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/support/doc/dependencies.md b/support/doc/dependencies.md index 3240016e6..60625644a 100644 --- a/support/doc/dependencies.md +++ b/support/doc/dependencies.md @@ -8,7 +8,7 @@ Main dependencies version supported by PeerTube: * `yarn` 1.x (**must not be >=2.x**) * `postgres` >=10.x * `redis-server` >=6.x - * `ffmpeg` >=4.3 + * `ffmpeg` >=4.3 (using a ffmpeg static build [is not recommended](https://github.com/Chocobozzz/PeerTube/issues/6308)) _note_: only **LTS** versions of external dependencies are supported. If no LTS version matching the version constraint is available, only **release** versions are supported.