From 4d1057d8eb6b03a91011eeafd69a8a5ebeca78d5 Mon Sep 17 00:00:00 2001 From: Joachim Bauch Date: Tue, 21 Nov 2023 08:20:22 +0100 Subject: [PATCH] Mention SDL2 in the readme. This is a follow-up to #416 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f599b773..c3a6a4a2 100644 --- a/README.md +++ b/README.md @@ -60,7 +60,7 @@ the included `autogen.sh` script to generate the `configure` script. libde265 has no dependencies on other libraries, but both optional example programs have dependencies on: -- SDL (optional for dec265's YUV overlay output), +- SDL2 (optional for dec265's YUV overlay output), - Qt (required for sherlock265),