refactor(mpv): move common code to shared
This commit is contained in:
@@ -17,7 +17,7 @@
|
|||||||
#include <tuple>
|
#include <tuple>
|
||||||
#include <vector>
|
#include <vector>
|
||||||
|
|
||||||
#include "../../../native/mpv/mpv_player_common.h"
|
#include "../../../shared/mpv/mpv_player_common.h"
|
||||||
|
|
||||||
// Forward declaration for Flutter types
|
// Forward declaration for Flutter types
|
||||||
struct _FlValue;
|
struct _FlValue;
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
#ifndef PLEZY_NATIVE_MPV_PLAYER_COMMON_H_
|
#ifndef PLEZY_SHARED_MPV_PLAYER_COMMON_H_
|
||||||
#define PLEZY_NATIVE_MPV_PLAYER_COMMON_H_
|
#define PLEZY_SHARED_MPV_PLAYER_COMMON_H_
|
||||||
|
|
||||||
#include <mpv/client.h>
|
#include <mpv/client.h>
|
||||||
|
|
||||||
@@ -247,4 +247,4 @@ class AudioRecoveryState {
|
|||||||
} // namespace mpv_common
|
} // namespace mpv_common
|
||||||
} // namespace plezy
|
} // namespace plezy
|
||||||
|
|
||||||
#endif // PLEZY_NATIVE_MPV_PLAYER_COMMON_H_
|
#endif // PLEZY_SHARED_MPV_PLAYER_COMMON_H_
|
||||||
@@ -14,7 +14,7 @@
|
|||||||
#include <thread>
|
#include <thread>
|
||||||
#include <vector>
|
#include <vector>
|
||||||
|
|
||||||
#include "../../../native/mpv/mpv_player_common.h"
|
#include "../../../shared/mpv/mpv_player_common.h"
|
||||||
|
|
||||||
namespace mpv {
|
namespace mpv {
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user