From 51c613bbcdbcdbfd239f2d0f1ff1a11a9b7ef9e0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kacper=20Michaj=C5=82ow?= Date: Sun, 6 Oct 2024 18:15:01 +0200 Subject: [PATCH] README.md: reference nasm instead of yasm yasm is no longer supported by FFmpeg. See: https://github.com/FFmpeg/FFmpeg/commit/2f888fb99eef07a259879273bc9999c5e86620ca --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8f1caf5fe8..7f5a374415 100644 --- a/README.md +++ b/README.md @@ -120,7 +120,7 @@ Essential dependencies (incomplete list): Libass dependencies (when building libass): -- gcc or clang, yasm on x86 and x86_64 +- gcc or clang, nasm on x86 and x86_64 - fribidi, freetype, fontconfig development headers (for libass) - harfbuzz (required for correct rendering of combining characters, particularly for correct rendering of non-English text on macOS, and Arabic/Indic scripts on @@ -128,7 +128,7 @@ Libass dependencies (when building libass): FFmpeg dependencies (when building FFmpeg): -- gcc or clang, yasm on x86 and x86_64 +- gcc or clang, nasm on x86 and x86_64 - OpenSSL or GnuTLS (have to be explicitly enabled when compiling FFmpeg) - libx264/libmp3lame/libfdk-aac if you want to use encoding (have to be explicitly enabled when compiling FFmpeg)