Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
GSoC
GSoC2018
macOS
vlc
Commits
c189fe69
Commit
c189fe69
authored
Nov 01, 2011
by
Laurent Aimar
Committed by
Felix Paul Kühne
Nov 01, 2011
Browse files
opengl: speed-up for Mac OS X
Signed-off-by:
Felix Paul Kühne
<
fkuehne@videolan.org
>
parent
fd8168bd
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/video_output/opengl.c
View file @
c189fe69
/*****************************************************************************
* 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
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment