summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorder richter <der.richter@gmx.de>2021-01-24 14:41:31 +0100
committerJan Ekström <jeebjp@gmail.com>2021-01-24 16:54:31 +0200
commit8121d958ec2bfa4287790e3fd1ad73ed9296c2f3 (patch)
tree6607cdc405bb2ee045ac4e840fe5ffb40c132f10 /README.md
parentf6a92659fd9db13c486b4455f965a36c439b2daf (diff)
downloadmpv-8121d958ec2bfa4287790e3fd1ad73ed9296c2f3.tar.bz2
mpv-8121d958ec2bfa4287790e3fd1ad73ed9296c2f3.tar.xz
README: update libass dependency harfbuzz as non-optional
since libass 0.15 harfbuzz is no longer optional. Fixes #8412
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 8cc3dc3bcc..3f6eee54ae 100644
--- a/README.md
+++ b/README.md
@@ -121,9 +121,9 @@ Libass dependencies (when building libass):
- gcc or clang, yasm on x86 and x86_64
- fribidi, freetype, fontconfig development headers (for libass)
-- harfbuzz (optional, required for correct rendering of combining characters,
- particularly for correct rendering of non-English text on OSX, and
- Arabic/Indic scripts on any platform)
+- harfbuzz (required for correct rendering of combining characters, particularly
+ for correct rendering of non-English text on OSX, and Arabic/Indic scripts on
+ any platform)
FFmpeg dependencies (when building FFmpeg):