[vlc-commits] commit: typo ( Rafaël Carré )

git at videolan.org git at videolan.org
Mon Nov 8 21:42:21 CET 2010


vlc | branch: master | Rafaël Carré <rafael.carre at gmail.com> | Mon Nov  8 21:42:05 2010 +0100| [89c6366805db082156e6f6844a99812533679840] | committer: Rafaël Carré 

typo

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

 modules/video_output/opengl.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/modules/video_output/opengl.c b/modules/video_output/opengl.c
index 0d07c69..e7ea1ab 100644
--- a/modules/video_output/opengl.c
+++ b/modules/video_output/opengl.c
@@ -425,7 +425,7 @@ int vout_display_opengl_Display(vout_display_opengl_t *vgl,
 #if VLCGL_TARGET == GL_TEXTURE_2D
     const float f_normw = vgl->tex_width;
     const float f_normh = vgl->tex_height;
-#elif defined (GL_TEXTURE_RECTABLE_EXT) \
+#elif defined (GL_TEXTURE_RECTANGLE_EXT) \
    && (VLCGL_TARGET == GL_TEXTURE_RECTANGLE_EXT)
     const float f_normw = 1.0;
     const float f_normh = 1.0;



More information about the vlc-commits mailing list