summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRicardo Constantino <wiiaboo@gmail.com>2017-06-21 20:52:55 +0100
committerRicardo Constantino <wiiaboo@gmail.com>2017-06-21 20:52:55 +0100
commit2491a79a9ea8462cf4c3e501647fecb4d37ed23d (patch)
treef577904277ca64c25e57dc64a0cf33f48a2815b8
parent6634f71fa0ffbae2cc400fe4425266e8647fce48 (diff)
downloadmpv-2491a79a9ea8462cf4c3e501647fecb4d37ed23d.tar.bz2
mpv-2491a79a9ea8462cf4c3e501647fecb4d37ed23d.tar.xz
README: missing correction from previous commit
Also add links pointing to wiki and issue tracker feature requests for new contributions.
-rw-r--r--README.md8
1 files changed, 6 insertions, 2 deletions
diff --git a/README.md b/README.md
index 98806ec5eb..3788181890 100644
--- a/README.md
+++ b/README.md
@@ -130,8 +130,8 @@ FFmpeg dependencies:
- Libav also works, but some features will not work. (See section below.)
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
+Linux distributions. However, FFmpeg is an exception (distro versions may be
+too old to work well or at all). 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.
@@ -207,6 +207,10 @@ For small changes you can just send us pull requests through GitHub. For bigger
changes come and talk to us on IRC before you start working on them. It will
make code review easier for both parties later on.
+You can check [the wiki](https://github.com/mpv-player/mpv/wiki/Stuff-to-do)
+or the [issue tracker](https://github.com/mpv-player/mpv/issues?q=is%3Aopen+is%3Aissue+label%3A%22feature+request%22)
+for ideas on what you could contribute with.
+
## Relation to MPlayer and mplayer2