diff options
Diffstat (limited to 'macosx/HBQTKitPlayer.h')
-rw-r--r-- | macosx/HBQTKitPlayer.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/macosx/HBQTKitPlayer.h b/macosx/HBQTKitPlayer.h index a9a9de54a..d87473683 100644 --- a/macosx/HBQTKitPlayer.h +++ b/macosx/HBQTKitPlayer.h @@ -9,6 +9,10 @@ #import "HBPlayer.h" +#if __MAC_OS_X_VERSION_MAX_ALLOWED < 101200 + #define __HB_QTKIT_PLAYER_AVAILABLE 1 +#endif + NS_ASSUME_NONNULL_BEGIN @interface HBQTKitPlayer : NSObject <HBPlayer> |