summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2017-04-01 13:42:03 +0200
committerwm4 <wm4@nowhere>2017-04-01 13:42:10 +0200
commit8aaef132f60b13054587c30045135fb2afe7523a (patch)
treeed4ae2a40770fb2a0d26265210e6b740ba7cee13 /README.md
parent1d2910af95f8084bb7ff2d4058fbf8084d4c52b3 (diff)
downloadmpv-8aaef132f60b13054587c30045135fb2afe7523a.tar.bz2
mpv-8aaef132f60b13054587c30045135fb2afe7523a.tar.xz
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.
Diffstat (limited to 'README.md')
-rw-r--r--README.md9
1 files changed, 5 insertions, 4 deletions
diff --git a/README.md b/README.md
index aa092a6c5c..6816899886 100644
--- a/README.md
+++ b/README.md
@@ -121,12 +121,13 @@ FFmpeg dependencies:
Most of the above libraries are available in suitable versions on normal
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
-the separately available build wrapper ([mpv-build][mpv-build]) that first compiles FFmpeg
-libraries and libass, and then compiles the player statically linked against
-those.
+the separately available build wrapper ([mpv-build][mpv-build]) that first
+compiles FFmpeg libraries and libass, and then compiles the player statically
+linked against those.
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