mirror of
https://github.com/mpv-player/mpv.git
synced 2025-12-26 04:40:20 +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"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#include <stdatomic.h>
|
||||
#include <time.h>
|
||||
|
||||
#include <libmpv/client.h>
|
||||
#include <mpv/client.h>
|
||||
|
||||
#include "common.h"
|
||||
#include "global.h"
|
||||
|
||||
Reference in New Issue
Block a user