summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorStefano Pigozzi <stefano.pigozzi@gmail.com>2012-11-13 07:25:28 +0100
committerStefano Pigozzi <stefano.pigozzi@gmail.com>2013-01-07 21:09:11 +0100
commit3d4763498a931ac01eeee0ebdbdecff1ce5b9683 (patch)
tree88b84bd7a662d3247499181ed60ae268cbc9359a /README
parent5a412bfa093a3ca6733e3031da9a3d001cc4e149 (diff)
downloadmpv-3d4763498a931ac01eeee0ebdbdecff1ce5b9683.tar.bz2
mpv-3d4763498a931ac01eeee0ebdbdecff1ce5b9683.tar.xz
README: add a new one using ReST
Hopefully this is a little more useful for people opening the GitHub project page and can serve the role of a poor man's project website.
Diffstat (limited to 'README')
-rw-r--r--README27
1 files changed, 0 insertions, 27 deletions
diff --git a/README b/README
deleted file mode 100644
index 8085525950..0000000000
--- a/README
+++ /dev/null
@@ -1,27 +0,0 @@
-
-Compiling with full features requires development files for several
-external libraries. Below is a list of some important requirements. For
-more information see the output of './configure --help' for a list of options,
-or look at the list of enabled and disabled features printed after running
-'./configure'. If you think you have support for some feature installed
-but configure fails to detect it, the file config.log may contain information
-about the reasons for the failure.
-
-Libraries specific to particular video output methods
-(you'll want at least one of VDPAU, GL or Xv):
- - libvdpau (for VDPAU output, best choice for NVIDIA cards)
- - libGL (OpenGL output)
- - libXv (XVideo output)
-general:
- - libasound (ALSA audio output)
- - various general X development libraries
- - libfreetype (for libass)
- - libfontconfig (for libass)
- - libass
- - FFmpeg libraries (libavutil libavcodec libavformat libswscale libpostproc)
-
-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 that first compiles FFmpeg libraries
-and libass, and then compiles the player statically linked against those.