]> git.sesse.net Git - vlc/commitdiff
opengl: speed-up for Mac OS X
authorLaurent Aimar <fenrir@videolan.org>
Tue, 1 Nov 2011 15:12:56 +0000 (16:12 +0100)
committerFelix Paul Kühne <fkuehne@videolan.org>
Tue, 1 Nov 2011 15:13:17 +0000 (16:13 +0100)
Signed-off-by: Felix Paul Kühne <fkuehne@videolan.org>
modules/video_output/opengl.c

index b00157d1660297b12cc1b676dc40c194469c914f..dc6c8db9ce5623607b5735b510e767f76332179a 100644 (file)
@@ -1,8 +1,8 @@
 /*****************************************************************************
  * opengl.c: OpenGL and OpenGL ES output common code
  *****************************************************************************
- * Copyright (C) 2004 the VideoLAN team
- * Copyright (C) 2009 Laurent Aimar
+ * Copyright (C) 2004-2011 VLC authors and VideoLAN
+ * Copyright (C) 2009, 2011 Laurent Aimar
  *
  * Authors: Cyril Deguet <asmax@videolan.org>
  *          Gildas Bazin <gbazin@videolan.org>
@@ -57,9 +57,6 @@
 #if USE_OPENGL_ES
 #   define VLCGL_TEXTURE_COUNT 1
 #   define VLCGL_PICTURE_MAX 1
-#elif defined(MACOS_OPENGL)
-#   define VLCGL_TEXTURE_COUNT 2
-#   define VLCGL_PICTURE_MAX 2
 #else
 #   define VLCGL_TEXTURE_COUNT 1
 #   define VLCGL_PICTURE_MAX 128