Commit c189fe69 authored by Laurent Aimar's avatar Laurent Aimar Committed by Felix Paul Kühne

opengl: speed-up for Mac OS X

Signed-off-by: default avatarFelix Paul Kühne <fkuehne@videolan.org>
parent fd8168bd
/*****************************************************************************
* 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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment