diff access_mpcontext.h @ 26029:4129c8cfa742

Add MPLAYER_ prefix to multiple inclusion guards.
author diego
date Fri, 22 Feb 2008 09:09:46 +0000
parents 304fc0bbefe1
children c1a3f1bbba26
line wrap: on
line diff
--- a/access_mpcontext.h	Fri Feb 22 08:08:19 2008 +0000
+++ b/access_mpcontext.h	Fri Feb 22 09:09:46 2008 +0000
@@ -1,5 +1,5 @@
-#ifndef ACCESS_MPCONTEXT_H
-#define ACCESS_MPCONTEXT_H
+#ifndef MPLAYER_ACCESS_MPCONTEXT_H
+#define MPLAYER_ACCESS_MPCONTEXT_H
 
 struct MPContext;
 const void *mpctx_get_video_out(struct MPContext *mpctx);
@@ -10,4 +10,4 @@
 int mpctx_get_global_sub_size(struct MPContext *mpctx);
 int mpctx_get_osd_function(struct MPContext *mpctx);
 
-#endif /* ACCESS_MPCONTEXT_H */
+#endif /* MPLAYER_ACCESS_MPCONTEXT_H */