From 9b45b48c466765b6491778709a1c52e061480f76 Mon Sep 17 00:00:00 2001 From: wm4 Date: Sat, 25 Oct 2014 20:07:44 +0200 Subject: Drop libquvi support No development activity (or even any sign of life) for almost a year. A replacement based on youtube-dl will probably be provided before the next mpv release. Ask on the IRC channel if you want to test. Simplify the Lua check too: libquvi linking against a different Lua version than mpv was a frequent issue, but with libquvi gone, no direct dependency uses Lua, and such a clash is rather unlikely. --- player/command.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'player/command.c') diff --git a/player/command.c b/player/command.c index 7584ef024e..5cdd57110c 100644 --- a/player/command.c +++ b/player/command.c @@ -41,7 +41,6 @@ #include "stream/stream.h" #include "demux/demux.h" #include "demux/stheader.h" -#include "stream/resolve/resolve.h" #include "common/playlist.h" #include "sub/osd.h" #include "sub/dec_sub.h" @@ -368,8 +367,6 @@ static int mp_property_media_title(void *ctx, struct m_property *prop, name = mpctx->opts->media_title; if (name && name[0]) return m_property_strdup_ro(action, arg, name); - if (mpctx->resolve_result) - name = mpctx->resolve_result->title; if (name && name[0]) return m_property_strdup_ro(action, arg, name); if (mpctx->master_demuxer) { -- cgit v1.2.3