# HG changeset patch # User reimar # Date 1347392179 0 # Node ID 93f15b7e12c023be7a9fedd61da8562500f65d36 # Parent 3702a2b88d126c8895e4035cf94403b56e13dccb Fix compilation on OSX 10.5 diff -r 3702a2b88d12 -r 93f15b7e12c0 libvo/vo_corevideo.h --- a/libvo/vo_corevideo.h Tue Sep 11 19:25:21 2012 +0000 +++ b/libvo/vo_corevideo.h Tue Sep 11 19:36:19 2012 +0000 @@ -39,7 +39,10 @@ - (void) ontop; @end -@interface MPlayerOpenGLView : NSOpenGLView +@interface MPlayerOpenGLView : NSOpenGLView +#if MAC_OS_X_VERSION_MAX_ALLOWED >= 1060 + +#endif { //Cocoa NSWindow *window;