[MPlayer-cvslog] r35162 - trunk/libvo/vo_corevideo.h

reimar subversion at mplayerhq.hu
Tue Sep 11 21:36:20 CEST 2012


Author: reimar
Date: Tue Sep 11 21:36:19 2012
New Revision: 35162

Log:
Fix compilation on OSX 10.5

Modified:
   trunk/libvo/vo_corevideo.h

Modified: trunk/libvo/vo_corevideo.h
==============================================================================
--- trunk/libvo/vo_corevideo.h	Tue Sep 11 21:25:21 2012	(r35161)
+++ trunk/libvo/vo_corevideo.h	Tue Sep 11 21:36:19 2012	(r35162)
@@ -39,7 +39,10 @@
 - (void) ontop;
 @end
 
- at interface MPlayerOpenGLView : NSOpenGLView<NSWindowDelegate>
+ at interface MPlayerOpenGLView : NSOpenGLView
+#if MAC_OS_X_VERSION_MAX_ALLOWED >= 1060
+<NSWindowDelegate>
+#endif
 {
 	//Cocoa
 	NSWindow *window;


More information about the MPlayer-cvslog mailing list