libmpv: use correct header directory name

libmpv headers are installed to `mpv/`, so why are we pretending it is
`libmpv`?

Fixes documentation, libmpv meson dependency, tests.
This commit is contained in:
Kacper Michajłow
2024-07-06 13:32:28 +02:00
parent 77313f73a2
commit d759e26fd0
46 changed files with 56 additions and 61 deletions

View File

@@ -35,7 +35,7 @@
#include "osdep/threads.h"
#include "osdep/timer.h"
#include "libmpv/client.h"
#include "mpv/client.h"
#include "msg.h"
#include "msg_control.h"