summaryrefslogtreecommitdiffstats
path: root/README.rst
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2015-02-12 22:05:29 +0100
committerwm4 <wm4@nowhere>2015-02-12 22:05:29 +0100
commitc4621d4a468e9f83725279a1385479a009993ba8 (patch)
tree8fcba6d75066c31fb934baaa45a4d1d9e0d73688 /README.rst
parentf4c54ee729d41b9faa8f6c5d6552ab379a7db299 (diff)
downloadmpv-build-c4621d4a468e9f83725279a1385479a009993ba8.tar.bz2
mpv-build-c4621d4a468e9f83725279a1385479a009993ba8.tar.xz
Autodetect OpenSSL or GnuTLS
I'll probably regret it. There's also a very small chance that the pkg-config things I'm checking are debian-specific. Fixes #54.
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.rst b/README.rst
index ad4484f..8ca3d7a 100644
--- a/README.rst
+++ b/README.rst
@@ -57,8 +57,10 @@ Essential dependencies (incomplete list):
- Audio output development headers (libasound, pulseaudio)
- fribidi, freetype, fontconfig development headers (for libass)
- libjpeg
+- OpenSSL or GnuTLS development headers if you want to open https links
+ (this is also needed to make youtube-dl interaction work)
- youtube-dl (at runtime) if you want to play Youtube videos directly
- (also requires ytdl=yes in ~/.config/mpv/mpv.conf)
+ (a builtin mpv script will call it)
- libx264/libmp3lame/libfdk-aac if you want to use encoding (you have to
add these options explicitly to the ffmpeg options, as ffmpeg won't
autodetect these libraries; see next section)
@@ -83,8 +85,6 @@ example, to enable some dependencies needed for encoding:
echo --enable-libfdk-aac >> ffmpeg_options
- echo --enable-nonfree >> ffmpeg_options
-
Do this in the mpv-build top-level directory (the same that contains
the build scripts and this readme file). It must be done prior running
./build or ./rebuild.