mirror of
https://github.com/mpv-player/mpv
synced 2025-02-17 21:27:08 +00:00
Switch demuxing and decoding to GStreamer (finally FFmpeg independence!)
README.md: fix linebreaks It's only a README, but the 80 columns limit should be followed.
This commit is contained in:
parent
1d2910af95
commit
8aaef132f6
@ -121,12 +121,13 @@ FFmpeg dependencies:
|
|||||||
Most of the above libraries are available in suitable versions on normal
|
Most of the above libraries are available in suitable versions on normal
|
||||||
Linux distributions. However FFmpeg is an exception (distro versions may be
|
Linux distributions. However FFmpeg is an exception (distro versions may be
|
||||||
too old to work at all or work well). For that reason you may want to use
|
too old to work at all or work well). For that reason you may want to use
|
||||||
the separately available build wrapper ([mpv-build][mpv-build]) that first compiles FFmpeg
|
the separately available build wrapper ([mpv-build][mpv-build]) that first
|
||||||
libraries and libass, and then compiles the player statically linked against
|
compiles FFmpeg libraries and libass, and then compiles the player statically
|
||||||
those.
|
linked against those.
|
||||||
|
|
||||||
If you want to build a Windows binary, you either have to use MSYS2 and MinGW,
|
If you want to build a Windows binary, you either have to use MSYS2 and MinGW,
|
||||||
or cross-compile from Linux with MinGW. See [Windows compilation][windows_compilation].
|
or cross-compile from Linux with MinGW. See
|
||||||
|
[Windows compilation][windows_compilation].
|
||||||
|
|
||||||
|
|
||||||
## FFmpeg vs. Libav
|
## FFmpeg vs. Libav
|
||||||
|
Loading…
Reference in New Issue
Block a user