mirror of https://github.com/mpv-player/mpv
README.md: reference nasm instead of yasm
yasm is no longer supported by FFmpeg.
See: 2f888fb99e
This commit is contained in:
parent
3e74b1176e
commit
51c613bbcd
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue