comparison libvo/gl_common.h @ 26029:4129c8cfa742

Add MPLAYER_ prefix to multiple inclusion guards.
author diego
date Fri, 22 Feb 2008 09:09:46 +0000
parents 2ee33590afe6
children 0585db9f5b32
comparison
equal deleted inserted replaced
26028:afd429e00184 26029:4129c8cfa742
1 #ifndef GL_COMMON_H 1 #ifndef MPLAYER_GL_COMMON_H
2 #define GL_COMMON_H 2 #define MPLAYER_GL_COMMON_H
3 3
4 #include "mp_msg.h" 4 #include "mp_msg.h"
5 #include "config.h" 5 #include "config.h"
6 6
7 #include <GL/gl.h> 7 #include <GL/gl.h>
328 GLfloat, GLfloat); 328 GLfloat, GLfloat);
329 extern int (APIENTRY *SwapInterval)(int); 329 extern int (APIENTRY *SwapInterval)(int);
330 extern void (APIENTRY *TexImage3D)(GLenum, GLint, GLenum, GLsizei, GLsizei, 330 extern void (APIENTRY *TexImage3D)(GLenum, GLint, GLenum, GLsizei, GLsizei,
331 GLsizei, GLint, GLenum, GLenum, const GLvoid *); 331 GLsizei, GLint, GLenum, GLenum, const GLvoid *);
332 332
333 #endif /* GL_COMMON_H */ 333 #endif /* MPLAYER_GL_COMMON_H */