1
0
Fork 0

[Backend] Change ifdef.

This commit is contained in:
NamedKitten 2018-11-26 17:22:40 +00:00
parent 1c081cf771
commit 6b318a724c

View file

@ -4,7 +4,7 @@
#include <mpv/client.h> #include <mpv/client.h>
#include <mpv/qthelper.hpp> #include <mpv/qthelper.hpp>
#if MPV_CLIENT_API_VERSION <= MPV_MAKE_VERSION(1, 28) #if MPV_CLIENT_API_VERSION <= MPV_MAKE_VERSION(1, 27)
#define DISABLE_MpvPlayerBackend #define DISABLE_MpvPlayerBackend
#endif #endif