summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2014-11-26 19:35:31 +0100
committerwm4 <wm4@nowhere>2014-11-26 19:36:08 +0100
commite9461255760fbdafb18d135b421047ad885c4a31 (patch)
treeb8c9a4baee4f27d708bad07647a0f853d2c03922
parente85da120574b44253488e334a49c88e48fd45d21 (diff)
downloadmpv-build-e9461255760fbdafb18d135b421047ad885c4a31.tar.bz2
mpv-build-e9461255760fbdafb18d135b421047ad885c4a31.tar.xz
Remove references to libquvi
-rw-r--r--README.rst3
-rw-r--r--debian/control1
2 files changed, 2 insertions, 2 deletions
diff --git a/README.rst b/README.rst
index b44135d..ad4484f 100644
--- a/README.rst
+++ b/README.rst
@@ -57,7 +57,8 @@ Essential dependencies (incomplete list):
- Audio output development headers (libasound, pulseaudio)
- fribidi, freetype, fontconfig development headers (for libass)
- libjpeg
-- libquvi if you want to play Youtube videos directly
+- youtube-dl (at runtime) if you want to play Youtube videos directly
+ (also requires ytdl=yes in ~/.config/mpv/mpv.conf)
- 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)
diff --git a/debian/control b/debian/control
index 647e6bb..3bac5c2 100644
--- a/debian/control
+++ b/debian/control
@@ -40,7 +40,6 @@ Build-Depends:
libopencore-amrnb-dev,
libopencore-amrwb-dev,
libpulse-dev,
- libquvi-dev | libquvi-0.9-dev,
libschroedinger-dev,
# libsdl2-dev
libsmbclient-dev,