[vlc-commits] opengl: speed-up for Mac OS X
Laurent Aimar
git at videolan.org
Tue Nov 1 16:13:17 CET 2011
vlc | branch: master | Laurent Aimar <fenrir at videolan.org> | Tue Nov 1 16:12:56 2011 +0100| [c189fe691eca4ed79f20429b6ac8fb959c7e9c18] | committer: Felix Paul Kühne
opengl: speed-up for Mac OS X
Signed-off-by: Felix Paul Kühne <fkuehne at videolan.org>
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=c189fe691eca4ed79f20429b6ac8fb959c7e9c18
---
modules/video_output/opengl.c | 7 ++-----
1 files changed, 2 insertions(+), 5 deletions(-)
diff --git a/modules/video_output/opengl.c b/modules/video_output/opengl.c
index b00157d..dc6c8db 100644
--- a/modules/video_output/opengl.c
+++ b/modules/video_output/opengl.c
@@ -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 at videolan.org>
* Gildas Bazin <gbazin at 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
More information about the vlc-commits
mailing list