[vlc-commits] Replace vout_opengl_t with vlc_gl_t

Rémi Denis-Courmont git at videolan.org
Sat Feb 19 14:16:36 CET 2011


vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Sat Feb 19 12:30:02 2011 +0200| [de2f3f51eed901d39a5283d2a941c3a7656b1aef] | committer: Rémi Denis-Courmont

Replace vout_opengl_t with vlc_gl_t

This is purely a syntactical change to share the opengl.c code.
This commit does not actually make use of the vlc_gl_Create().

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=de2f3f51eed901d39a5283d2a941c3a7656b1aef
---

 include/vlc_vout_display.h         |    2 +-
 include/vlc_vout_opengl.h          |   61 ------------------------------------
 include/vlc_vout_wrapper.h         |    5 ++-
 modules/video_output/egl.c         |   10 +++---
 modules/video_output/ios.m         |   14 ++++----
 modules/video_output/macosx.m      |   18 +++++-----
 modules/video_output/msw/common.h  |    2 +-
 modules/video_output/msw/glwin32.c |    6 ++--
 modules/video_output/opengl.c      |   34 ++++++++++----------
 modules/video_output/opengl.h      |    6 ++--
 modules/video_output/xcb/glx.c     |   10 +++---
 modules/visualization/projectm.cpp |    8 ++--
 src/Makefile.am                    |    1 -
 src/video_output/display.c         |    5 ++-
 14 files changed, 61 insertions(+), 121 deletions(-)

Diff:   http://git.videolan.org/gitweb.cgi/vlc.git/?a=commitdiff;h=de2f3f51eed901d39a5283d2a941c3a7656b1aef


More information about the vlc-commits mailing list