summaryrefslogtreecommitdiffstats
path: root/meson.build
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 /meson.build
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 'meson.build')
-rw-r--r--meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/meson.build b/meson.build
index ae744236b3..c182bad653 100644
--- a/meson.build
+++ b/meson.build
@@ -229,6 +229,7 @@ sources = files(
'video/out/vo_libmpv.c',
'video/out/vo_null.c',
'video/out/vo_tct.c',
+ 'video/out/vo_kitty.c',
'video/out/win_state.c',
'video/repack.c',
'video/sws_utils.c',