mirror of
https://github.com/mpv-player/mpv.git
synced 2025-12-24 11:50:21 +00:00
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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user