summaryrefslogtreecommitdiffstats
path: root/wscript
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2014-10-25 20:07:44 +0200
committerwm4 <wm4@nowhere>2014-10-25 20:18:22 +0200
commit9b45b48c466765b6491778709a1c52e061480f76 (patch)
tree5f5c7715d91d5d8e6814105abc1cd330394ab1df /wscript
parent423a7de67625749a7563ddbd1094091dee7b40ae (diff)
downloadmpv-9b45b48c466765b6491778709a1c52e061480f76.tar.bz2
mpv-9b45b48c466765b6491778709a1c52e061480f76.tar.xz
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.
Diffstat (limited to 'wscript')
-rw-r--r--wscript16
1 files changed, 0 insertions, 16 deletions
diff --git a/wscript b/wscript
index 195f94785b..c8b8754562 100644
--- a/wscript
+++ b/wscript
@@ -246,22 +246,6 @@ iconv support use --disable-iconv.",
'func': check_pkg_config('smbclient'),
'module': 'input',
}, {
- 'name': '--libquvi4',
- 'desc': 'libquvi 0.4.x support',
- 'groups': [ 'libquvi' ],
- 'func': check_pkg_config('libquvi', '>= 0.4.1'),
- }, {
- 'name': '--libquvi9',
- 'desc': 'libquvi 0.9.x support',
- 'groups': [ 'libquvi' ],
- 'deps_neg': [ 'libquvi4' ],
- 'func': check_pkg_config('libquvi-0.9', '>= 0.9.0'),
- }, {
- 'name': '--libquvi',
- 'desc': 'libquvi support',
- 'deps_any': [ 'libquvi4', 'libquvi9' ],
- 'func': check_true
- }, {
'name' : '--lua',
'desc' : 'Lua',
'func': check_lua,