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. --- options/options.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'options/options.c') diff --git a/options/options.c b/options/options.c index d5a1cab0b1..da8cd4035d 100644 --- a/options/options.c +++ b/options/options.c @@ -202,9 +202,6 @@ const m_option_t mp_opts[] = { OPT_CHOICE("audio-display", audio_display, 0, ({"no", 0}, {"attachment", 1})), - OPT_STRING("quvi-format", quvi_format, 0), - OPT_FLAG("quvi-fetch-subtitles", quvi_fetch_subtitles, 0), - OPT_CHOICE("hls-bitrate", hls_bitrate, M_OPT_FIXED, ({"no", 0}, {"min", 1}, {"max", 2})), @@ -647,7 +644,6 @@ const struct MPOpts mp_default_opts = { .sub_visibility = 1, .sub_pos = 100, .sub_speed = 1.0, - .quvi_fetch_subtitles = 0, .audio_output_channels = MP_CHMAP_INIT_STEREO, .audio_output_format = 0, // AF_FORMAT_UNKNOWN .playback_speed = 1., -- cgit v1.2.3