Kacper Michajłow
Kacper Michajłow
### mpv Information ```bash mpv v0.38.0-590-gd36f72eb63-dirty Copyright © 2000-2024 mpv/MPlayer/mplayer2 projects built on Jun 23 2024 20:55:13 libplacebo version: v7.349.0 (v7.349.0-rc1-20-gea3d0673-dirty) FFmpeg version: N-115634-g6a05128a13 FFmpeg library versions: libavcodec 61.7.100 libavdevice...
Add support for SystemMediaTransportControls interface. This allows to control mpv from Windows media control ui. Fixes: #9336 Fixes: #13813 Fixes: #14007
Check value in hook instead of hooking conditionally.
Not necessary looking to merge this yet, just for tracking what is no longer needed.
As title says, would be nice to disable building tests, if not required. ```meson option('tests', type: 'feature', value: 'enabled', yield: true, description: 'Enable or disable tests') ``` or ```meson option('tests',...
LLVM is already included in the Visual Studio installation. This duplication creates conflicts between versions. The current MSVC C++ standard library requires at least Clang 17, while the standalone LLVM...
Fixes: #8981 Fixes: 2be074b1d445fcd30535bcf7518f8ce0738bcbf3
### Source code ``` c #include double foo(double a) { return _j1(a); } ``` ### Expected Behavior ``` $ clang --version clang version 17.0.3 Target: x86_64-pc-windows-msvc $ clang --std=c17 -c...