mirror of
https://github.com/mpv-player/mpv.git
synced 2025-12-28 05:33:14 +00:00
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.
This commit is contained in:
@@ -264,8 +264,6 @@ def build(ctx):
|
||||
( "stream/tv.c", "tv" ),
|
||||
( "stream/tvi_dummy.c", "tv" ),
|
||||
( "stream/tvi_v4l2.c", "tv-v4l2"),
|
||||
( "stream/resolve/resolve_quvi.c", "libquvi4" ),
|
||||
( "stream/resolve/resolve_quvi9.c", "libquvi9" ),
|
||||
|
||||
## Subtitles
|
||||
( "sub/ass_mp.c", "libass"),
|
||||
|
||||
Reference in New Issue
Block a user