summaryrefslogtreecommitdiffstats
path: root/wscript_build.py
diff options
context:
space:
mode:
authorMia Herkt <mia@0x0.st>2022-12-13 15:58:13 +0100
committerMia Herkt <mia@0x0.st>2022-12-21 19:39:30 +0100
commit874e28f4a41a916bb567a882063dd2589e9234e1 (patch)
treee2f221d210bc84614bd8b35ef7e54681abf45bb2 /wscript_build.py
parent7614e68233a0db1803f807afd47a52c66b4ebb3a (diff)
downloadmpv-874e28f4a41a916bb567a882063dd2589e9234e1.tar.bz2
mpv-874e28f4a41a916bb567a882063dd2589e9234e1.tar.xz
vo_kitty: Introduce modern sixel alternative
See https://sw.kovidgoyal.net/kitty/graphics-protocol/ This makes no attempt at querying terminal features or handling terminal errors, as it would require mpv to pass the response codes from the terminal to the vo instead of interpreting them as keystrokes made by the user and acting very unpredictably. Tested with kitty and konsole. Fixes #9605
Diffstat (limited to 'wscript_build.py')
-rw-r--r--wscript_build.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/wscript_build.py b/wscript_build.py
index 46138982be..b35ae069c3 100644
--- a/wscript_build.py
+++ b/wscript_build.py
@@ -539,6 +539,7 @@ def build(ctx):
( "video/out/vo_rpi.c", "rpi-mmal" ),
( "video/out/vo_sdl.c", "sdl2-video" ),
( "video/out/vo_sixel.c", "sixel" ),
+ ( "video/out/vo_kitty.c" ),
( "video/out/vo_tct.c" ),
( "video/out/vo_vaapi.c", "vaapi-x11 && gpl" ),
( "video/out/vo_dmabuf_wayland.c", "dmabuf-wayland" ),