diff options
author | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2008-02-22 09:09:46 +0000 |
---|---|---|
committer | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2008-02-22 09:09:46 +0000 |
commit | 8efb2fa21c81f99b37795621f9ec2bc125c6ced0 (patch) | |
tree | 9a6f354228affe704b16844775070159e82b5fcd /libvo/gl_common.h | |
parent | 50899e9083661200d9bb105dca0339c14e56d271 (diff) | |
download | mpv-8efb2fa21c81f99b37795621f9ec2bc125c6ced0.tar.bz2 mpv-8efb2fa21c81f99b37795621f9ec2bc125c6ced0.tar.xz |
Add MPLAYER_ prefix to multiple inclusion guards.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26061 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libvo/gl_common.h')
-rw-r--r-- | libvo/gl_common.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/libvo/gl_common.h b/libvo/gl_common.h index 5025c0a4e0..8e0d416d48 100644 --- a/libvo/gl_common.h +++ b/libvo/gl_common.h @@ -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 int (APIENTRY *SwapInterval)(int); extern void (APIENTRY *TexImage3D)(GLenum, GLint, GLenum, GLsizei, GLsizei, GLsizei, GLint, GLenum, GLenum, const GLvoid *); -#endif /* GL_COMMON_H */ +#endif /* MPLAYER_GL_COMMON_H */ |