vlc | branch: master | Laurent Aimar <[email protected]> | 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 <[email protected]> > 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 <[email protected]> * Gildas Bazin <[email protected]> @@ -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 _______________________________________________ vlc-commits mailing list [email protected] http://mailman.videolan.org/listinfo/vlc-commits
