diff 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
line wrap: on
line diff
--- a/libvo/gl_common.h	Fri Feb 22 08:08:19 2008 +0000
+++ b/libvo/gl_common.h	Fri Feb 22 09:09:46 2008 +0000
@@ -1,5 +1,5 @@
-#ifndef GL_COMMON_H
-#define GL_COMMON_H
+#ifndef MPLAYER_GL_COMMON_H
+#define MPLAYER_GL_COMMON_H
 
 #include "mp_msg.h"
 #include "config.h"
@@ -330,4 +330,4 @@
 extern void (APIENTRY *TexImage3D)(GLenum, GLint, GLenum, GLsizei, GLsizei,
                              GLsizei, GLint, GLenum, GLenum, const GLvoid *);
 
-#endif /* GL_COMMON_H */
+#endif /* MPLAYER_GL_COMMON_H */