]> git.sesse.net Git - vlc/blobdiff - modules/gui/minimal_macosx/voutagl.m
macosx: experimental 64bit support
[vlc] / modules / gui / minimal_macosx / voutagl.m
index 848dd0df0c5e2b8ec742af48d2a395f9e3a7dcc7..710176ac49a7063c16244d0bf72731f59ec62b43 100644 (file)
 #include "voutagl.h"
 
 /*****************************************************************************
- * embedded AGL context implementation
+ * embedded AGL context implementation (not 64bit compatible)
  *****************************************************************************/
 
+#ifndef __x86_64__
 static void aglSetViewport( vout_thread_t *p_vout, Rect viewBounds, Rect clipBounds );
 static void aglReshape( vout_thread_t * p_vout );
 static OSStatus WindowEventHandler(EventHandlerCallRef nextHandler, EventRef event, void *userData);
@@ -672,3 +673,5 @@ void aglUnlock( vout_thread_t * p_vout )
     }
 #endif
 }
+
+#endif