--- video/out/cocoa/events_view.h.orig
+++ video/out/cocoa/events_view.h
@@ -16,9 +16,13 @@
  */
 
 #import <Cocoa/Cocoa.h>
+#import <AvailabilityMacros.h>
 #import "video/out/cocoa/mpvadapter.h"
 
-@interface MpvEventsView : NSView <NSDraggingDestination>
+@interface MpvEventsView : NSView
+#if MAC_OS_X_VERSION_MAX_ALLOWED >= 1070
+                                  <NSDraggingDestination>
+#endif
 @property(nonatomic, retain) MpvCocoaAdapter *adapter;
 - (void)setFullScreen:(BOOL)willBeFullscreen;
 - (void)clear;
