refactor(mpv): move common code to shared

This commit is contained in:
edde746
2026-07-15 07:57:02 +02:00
parent 87c0547090
commit 54a4b8e414
4 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -14,7 +14,7 @@
#include <thread>
#include <vector>
#include "../../../native/mpv/mpv_player_common.h"
#include "../../../shared/mpv/mpv_player_common.h"
namespace mpv {