From b1d76d0edaea9e9fdf49d91a68d26fe89ae11bd9 Mon Sep 17 00:00:00 2001 From: Daniel Morandini Date: Mon, 20 Nov 2023 10:26:19 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 34eb96f..887ab4d 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ end ## Requirements * ffmpeg's libraries. `pkg-config` is used to find them. On macos `brew install ffmpeg`, debian sid `apt-get install -y -t sid pkg-config libfdk-aac-dev libavutil-dev libavcodec-dev libavformat-dev libavutil-dev libswresample-dev` (bullseye has an older version of libav* libs that are incompatible, sorry). -* You need `OTP >= 26.0.3` (we hit https://github.com/erlang/otp/issues/7292, believe it or not) +* You need `OTP >= 26.0.3` or `OTP ~25` (we hit https://github.com/erlang/otp/issues/7292, believe it or not) ## Features - [x] demux any audio container (mp4, ogg, mkv, ...)