Add MPV support

This commit is contained in:
2025-03-20 20:17:22 +08:00
parent 08698861b2
commit dc54385d71
8 changed files with 3357 additions and 2 deletions

5
patch_config.h.in Normal file
View File

@@ -0,0 +1,5 @@
#ifndef _PATCH_CONFIG_H
#define _PATCH_CONFIG_H
#cmakedefine HAVE_MPV @HAVE_MPV@
#cmakedefine HAVE_PLAYER @HAVE_PLAYER@
#endif