summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2015-02-09 20:41:25 +0100
committerwm4 <wm4@nowhere>2015-02-09 20:41:25 +0100
commit2187323e5830600b0fd2ecf022bb8b2dbb12d8ac (patch)
tree6342dfafd7c366677f93dff6b1ffb7f683a9caa6
parent4b447c71fe65a9d320ab90a3131d908de99b8678 (diff)
downloadmpv-2187323e5830600b0fd2ecf022bb8b2dbb12d8ac.tar.bz2
mpv-2187323e5830600b0fd2ecf022bb8b2dbb12d8ac.tar.xz
README: mention some more deps
-rw-r--r--README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/README.md b/README.md
index 701d020e0a..8f50de7e65 100644
--- a/README.md
+++ b/README.md
@@ -46,6 +46,8 @@ Essential dependencies (incomplete list):
- FFmpeg libraries (libavutil libavcodec libavformat libswscale libavfilter
and either libswresample or libavresample)
At least FFmpeg 2.1.4 or Libav 10 is required.
+- zlib
+- iconv (normally provided by the system libc)
- libass
- Lua (optional, required for the OSC pseudo-GUI and youtube-dl integration)
- libjpeg (optional, used for screenshots only)