diff libvo/vo_gl.c @ 25220:c9e9ac2008c2

Mark the vo_functions_t definitions as const where possible. This is not possible for xover and anything supporting vidix due to horrible hacks.
author reimar
date Sun, 02 Dec 2007 14:39:15 +0000
parents 3aee342be929
children 765211fd3efb
line wrap: on
line diff
--- a/libvo/vo_gl.c	Sun Dec 02 14:24:23 2007 +0000
+++ b/libvo/vo_gl.c	Sun Dec 02 14:39:15 2007 +0000
@@ -27,7 +27,7 @@
   ""
 };
 
-LIBVO_EXTERN(gl)
+const LIBVO_EXTERN(gl)
 
 #ifdef GL_WIN32
 static int gl_vinfo = 0;