comparison libvo/gl_common.c @ 20962:a95ed9a69caf

Put files fully owned by my under GPL v2 "or later"
author reimar
date Fri, 17 Nov 2006 10:03:33 +0000
parents 62ff089c24f7
children 2c1b7fe05973
comparison
equal deleted inserted replaced
20961:a26421864b53 20962:a95ed9a69caf
2 * \file gl_common.c 2 * \file gl_common.c
3 * \brief OpenGL helper functions used by vo_gl.c and vo_gl2.c 3 * \brief OpenGL helper functions used by vo_gl.c and vo_gl2.c
4 * 4 *
5 * Common OpenGL routines. 5 * Common OpenGL routines.
6 * Copyleft (C) Reimar Döffinger <Reimar.Doeffinger@stud.uni-karlsruhe.de>, 2005 6 * Copyleft (C) Reimar Döffinger <Reimar.Doeffinger@stud.uni-karlsruhe.de>, 2005
7 * Licensend under the GNU GPL v2. 7 * Licensend under the GNU GPL v2 or later.
8 * Special thanks go to the xine team and Matthias Hopf, whose video_out_opengl.c 8 * Special thanks go to the xine team and Matthias Hopf, whose video_out_opengl.c
9 * gave me lots of good ideas. 9 * gave me lots of good ideas.
10 */ 10 */
11 #include <stdlib.h> 11 #include <stdlib.h>
12 #include <stdio.h> 12 #include <stdio.h>