mpv/osdep
averne 32bcaf865b osdep/terminal: fix dummy implementation
c2ed2e7 introduced the terminal_set_mouse_input function to various terminal
backends, but overlooked the dummy backend.
This causes linking errors when trying to build on platforms with no terminal,
as vo_kitty and vo_tct are unconditionally enabled and make use of that
function.
2024-11-02 20:05:11 +01:00
..
android
mac mac/menu: use show-text instead of old osc script messages 2024-10-26 20:09:57 +02:00
win32
compiler.h
dirent-win.h
endian.h
getpid.h
glob-win.c
io.c osdep/io: remove duplicated code for error to string conversion 2024-10-22 18:53:18 +02:00
io.h
language-mac.c
language-posix.c
language-win.c
main-fn-mac.c
main-fn-unix.c
main-fn-win.c osdep/main-fn-win: remove unnecessary compatibility defines 2024-09-24 00:21:19 +02:00
main-fn.h
mpv.exe.manifest win32: set consoleAllocationPolicy to detached in the manifest 2024-10-10 00:44:15 +02:00
mpv.rc
path-darwin.c
path-mac.m
path-unix.c
path-uwp.c
path-win.c
path.h
poll_wrapper.c
poll_wrapper.h
strnlen.h
subprocess-dummy.c
subprocess-posix.c
subprocess-win.c
subprocess.c osdep/subprocess: log subprocess error as verbose if killed by us 2024-10-15 19:15:20 +02:00
subprocess.h
terminal-dummy.c osdep/terminal: fix dummy implementation 2024-11-02 20:05:11 +01:00
terminal-unix.c
terminal-win.c osdep/terminal-win: remove unnecessary compatibility defines 2024-09-24 00:21:19 +02:00
terminal.h
threads-posix.c
threads-posix.h
threads-win32.h
threads.h
timer-darwin.c
timer-linux.c
timer-win32.c osdep/timer-win32: remove unnecessary compatibility defines 2024-09-24 00:21:19 +02:00
timer.c misc/random: seed using libavutil/random_seed 2024-09-28 14:11:56 +02:00
timer.h
utils-mac.c
utils-mac.h
w32_keyboard.c
w32_keyboard.h
win32-console-wrapper.c
windows_utils.c various: use mp_tprintf_buf wrapper to work around mingw garbage 2024-10-18 14:02:51 +00:00
windows_utils.h