summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2013-06-27 18:21:07 +0200
committerwm4 <wm4@nowhere>2013-06-28 15:47:35 +0200
commit5f664d78e6e9bd5809dc7d0f12c4099e76582cb3 (patch)
tree618ad84b255a8f99afbb196a71d0d29eec90faac /Makefile
parentac79eb733741d8d22bbd550be39fe63c28a575f9 (diff)
downloadmpv-5f664d78e6e9bd5809dc7d0f12c4099e76582cb3.tar.bz2
mpv-5f664d78e6e9bd5809dc7d0f12c4099e76582cb3.tar.xz
core: add libquvi 0.9 support
This adds support for libquvi 0.9.x, and these features: - start time (part of youtube URL) - youtube subtitles - alternative source switching ('l' and 'L' keys) - youtube playlists Note that libquvi 0.9 is still in development. Although this seems to be API stable now, it looks like there will be a 1.0 release, which is supposed to be the next stable release and the actual successor of libquvi 0.4.x.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 151ddf9226..2a912182d7 100644
--- a/Makefile
+++ b/Makefile
@@ -108,6 +108,7 @@ SOURCES-$(GL_WAYLAND) += video/out/wayland_common.c \
SOURCES-$(JACK) += audio/out/ao_jack.c
SOURCES-$(JOYSTICK) += core/input/joystick.c
SOURCES-$(LIBQUVI) += core/resolve_quvi.c
+SOURCES-$(LIBQUVI9) += core/resolve_quvi9.c
SOURCES-$(LIRC) += core/input/lirc.c
SOURCES-$(OPENAL) += audio/out/ao_openal.c
SOURCES-$(OSS) += audio/out/ao_oss.c